NCBI C++ ToolKit
Public Types | Public Member Functions | Public Attributes | List of all members
SCommon8Bytes Struct Reference

Search Toolkit Book for SCommon8Bytes

+ Inheritance diagram for SCommon8Bytes:
+ Collaboration diagram for SCommon8Bytes:

Public Types

typedef map< Uint8, size_t > TIndex
 

Public Member Functions

 SCommon8Bytes (CSeqTable_column_info::EField_id id, const char *name=0)
 
void Add (Uint8 val)
 
void Attach (CSeq_table &table)
 
- Public Member Functions inherited from SColumn
 SColumn (void)
 
 SColumn (CSeqTable_column_info::EField_id id, const char *name=0)
 
void Init (CSeqTable_column_info::EField_id id, const char *name=0)
 
CSeqTable_columnx_GetColumn (void)
 
CRef< CSeqTable_columnGetColumn (void)
 
void Attach (CSeq_table &table)
 
 DECLARE_OPERATOR_BOOL_REF (column)
 

Public Attributes

CCommonBytes_table::TBytesvalues
 
CCommonBytes_table::TIndexesindexes
 
TIndex index
 
- Public Attributes inherited from SColumn
int id
 
const char * name
 
CRef< CSeqTable_columncolumn
 

Detailed Description

Definition at line 1510 of file snpread.cpp.

Member Typedef Documentation

◆ TIndex

typedef map<Uint8, size_t> SCommon8Bytes::TIndex

Definition at line 1514 of file snpread.cpp.

Constructor & Destructor Documentation

◆ SCommon8Bytes()

SCommon8Bytes::SCommon8Bytes ( CSeqTable_column_info::EField_id  id,
const char *  name = 0 
)
inlineexplicit

Definition at line 1518 of file snpread.cpp.

Member Function Documentation

◆ Add()

void SCommon8Bytes::Add ( Uint8  val)
inline

◆ Attach()

void SCommon8Bytes::Attach ( CSeq_table table)
inline

Member Data Documentation

◆ index

TIndex SCommon8Bytes::index

Definition at line 1515 of file snpread.cpp.

Referenced by Add().

◆ indexes

CCommonBytes_table::TIndexes* SCommon8Bytes::indexes

Definition at line 1513 of file snpread.cpp.

Referenced by Add(), and Attach().

◆ values

CCommonBytes_table::TBytes* SCommon8Bytes::values

Definition at line 1512 of file snpread.cpp.

Referenced by Add(), and Attach().


The documentation for this struct was generated from the following file:
Modified on Fri Sep 20 14:57:22 2024 by modify_doxy.py rev. 669887