NCBI C++ ToolKit
|
Search Toolkit Book for SIpgSubgroupsConfig
#include <objtools/pubseq_gateway/impl/ipg/ipg_types.hpp>
Public Types | |
using | TCIterator = vector< int32_t >::const_iterator |
Public Member Functions | |
bool | IsReadable () const |
bool | IsWriteable () const |
Public Attributes | |
TIpg | ipg {TIpg()} |
EIpgSubgroupsStatus | status {EIpgSubgroupsStatus::eUndefined} |
EIpgSubgroupHashType | hash_type {EIpgSubgroupHashType::eUndefined} |
vector< int32_t > | subgroups |
Definition at line 73 of file ipg_types.hpp.
using SIpgSubgroupsConfig::TCIterator = vector<int32_t>::const_iterator |
Definition at line 75 of file ipg_types.hpp.
|
inline |
Definition at line 82 of file ipg_types.hpp.
References eActive, eWriteProtected, and status.
Referenced by CPubseqGatewayFetchIpgReport::Wait1().
|
inline |
Definition at line 88 of file ipg_types.hpp.
References eActive, eWriteProtected, ipg, NCBI_THROW, and status.
EIpgSubgroupHashType SIpgSubgroupsConfig::hash_type {EIpgSubgroupHashType::eUndefined} |
Definition at line 79 of file ipg_types.hpp.
Definition at line 77 of file ipg_types.hpp.
Referenced by IsWriteable().
EIpgSubgroupsStatus SIpgSubgroupsConfig::status {EIpgSubgroupsStatus::eUndefined} |
Definition at line 78 of file ipg_types.hpp.
Referenced by IsReadable(), IsWriteable(), and CPubseqGatewayFetchIpgReport::Wait1().
vector<int32_t> SIpgSubgroupsConfig::subgroups |
Definition at line 80 of file ipg_types.hpp.
Referenced by CPubseqGatewayFetchIpgReport::Wait1().