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

Search Toolkit Book for RowSource

#include <algo/structure/cd_utils/cuRowSourceTable.hpp>

+ Collaboration diagram for RowSource:

Public Member Functions

 RowSource ()
 
 RowSource (CCdCore *cd, int row, bool norm)
 
 RowSource (const RowSource &rhs)
 
bool isPending () const
 
bool wasMaster () const
 

Public Attributes

CCdCorecd
 
bool normal
 
int rowInSrc
 
bool master
 

Detailed Description

Definition at line 10 of file cuRowSourceTable.hpp.

Constructor & Destructor Documentation

◆ RowSource() [1/3]

RowSource::RowSource ( )
inline

Definition at line 12 of file cuRowSourceTable.hpp.

◆ RowSource() [2/3]

RowSource::RowSource ( CCdCore cd,
int  row,
bool  norm 
)
inline

Definition at line 13 of file cuRowSourceTable.hpp.

References row.

◆ RowSource() [3/3]

RowSource::RowSource ( const RowSource rhs)
inline

Definition at line 15 of file cuRowSourceTable.hpp.

Member Function Documentation

◆ isPending()

bool RowSource::isPending ( ) const
inline

Definition at line 17 of file cuRowSourceTable.hpp.

Referenced by AlignmentCollection::IsPending().

◆ wasMaster()

bool RowSource::wasMaster ( ) const
inline

Member Data Documentation

◆ cd

CCdCore* RowSource::cd

◆ master

bool RowSource::master

◆ normal

bool RowSource::normal

◆ rowInSrc

int RowSource::rowInSrc

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