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

Search Toolkit Book for SColumn

+ Inheritance diagram for SColumn:
+ Collaboration diagram for SColumn:

Public Member Functions

 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

int id
 
const char * name
 
CRef< CSeqTable_columncolumn
 

Detailed Description

Definition at line 1290 of file snpread.cpp.

Constructor & Destructor Documentation

◆ SColumn() [1/2]

SColumn::SColumn ( void  )
inline

Definition at line 1297 of file snpread.cpp.

◆ SColumn() [2/2]

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

Definition at line 1303 of file snpread.cpp.

Member Function Documentation

◆ Attach()

void SColumn::Attach ( CSeq_table table)
inline

Definition at line 1331 of file snpread.cpp.

References column, and table.

Referenced by SCommonStrings::Attach(), SCommon8Bytes::Attach(), and SSeqTableContent::GetAnnot().

◆ DECLARE_OPERATOR_BOOL_REF()

SColumn::DECLARE_OPERATOR_BOOL_REF ( column  )

◆ GetColumn()

CRef<CSeqTable_column> SColumn::GetColumn ( void  )
inline

Definition at line 1326 of file snpread.cpp.

References Ref(), and x_GetColumn().

◆ Init()

void SColumn::Init ( CSeqTable_column_info::EField_id  id,
const char *  name = 0 
)
inline

Definition at line 1310 of file snpread.cpp.

References id, and name.

Referenced by SSeqTableContent::SSeqTableContent().

◆ x_GetColumn()

CSeqTable_column* SColumn::x_GetColumn ( void  )
inline

Member Data Documentation

◆ column

CRef<CSeqTable_column> SColumn::column

Definition at line 1295 of file snpread.cpp.

Referenced by Attach(), and x_GetColumn().

◆ id

int SColumn::id

Definition at line 1292 of file snpread.cpp.

Referenced by Init().

◆ name

const char* SColumn::name

Definition at line 1293 of file snpread.cpp.

Referenced by Init(), and x_GetColumn().


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