Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
protocols::jd3::dag_node_managers::ResultElements Struct Reference

#include <NodeManagerStorageMatrix.hh>

Public Member Functions

 ResultElements ()=default
 
 ResultElements (ResultElements const &)=default
 
 ResultElements (core::Size global_job_id_in, core::Size local_result_id_in, core::Real score_in, uint64_t token_in=0)
 
JobResultID job_result_id () const
 
bool operator< (ResultElements const &other) const
 this is for sorting More...
 

Public Attributes

core::Size global_job_id
 
core::Size local_result_id
 
core::Real score
 
uint64_t token
 

Constructor & Destructor Documentation

protocols::jd3::dag_node_managers::ResultElements::ResultElements ( )
default
protocols::jd3::dag_node_managers::ResultElements::ResultElements ( ResultElements const &  )
default
protocols::jd3::dag_node_managers::ResultElements::ResultElements ( core::Size  global_job_id_in,
core::Size  local_result_id_in,
core::Real  score_in,
uint64_t  token_in = 0 
)
inline

Member Function Documentation

JobResultID protocols::jd3::dag_node_managers::ResultElements::job_result_id ( ) const
inline
bool protocols::jd3::dag_node_managers::ResultElements::operator< ( ResultElements const &  other) const
inline

this is for sorting

References score.

Member Data Documentation

core::Size protocols::jd3::dag_node_managers::ResultElements::global_job_id
core::Size protocols::jd3::dag_node_managers::ResultElements::local_result_id
core::Real protocols::jd3::dag_node_managers::ResultElements::score
uint64_t protocols::jd3::dag_node_managers::ResultElements::token

The documentation for this struct was generated from the following file: