Public Member Functions | |
Entry () | |
Entry (const VolIndex &index, const Vector< int > &tags, const Vector< double > &values) | |
void | define (const VolIndex &index, const Vector< int > &tags, const Vector< double > &values) |
bool | operator< (const Entry &rhs) const |
int | linearSize () const |
void | linearOut (void *const a_outBuf) const |
void | linearIn (void *const inBuf) |
Public Attributes | |
VolIndex | m_index |
Vector< int > | m_tags |
Vector< double > | m_values |
IrregTag::Entry::Entry | ( | ) | [inline] |
IrregTag::Entry::Entry | ( | const VolIndex & | index, | |
const Vector< int > & | tags, | |||
const Vector< double > & | values | |||
) | [inline] |
int IrregTag::Entry::linearSize | ( | void | ) | const [inline] |
References linearListSize(), VolIndex::linearSize(), m_index, m_tags, and m_values.
void IrregTag::Entry::linearOut | ( | void *const | a_outBuf | ) | const [inline] |
References linearOut(), VolIndex::linearOut(), linearSize(), VolIndex::linearSize(), m_index, m_tags, and m_values.
void IrregTag::Entry::linearIn | ( | void *const | inBuf | ) | [inline] |
References linearIn(), VolIndex::linearIn(), linearSize(), VolIndex::linearSize(), m_index, m_tags, and m_values.
Referenced by define(), linearIn(), linearOut(), linearSize(), and operator<().
Referenced by define(), linearIn(), linearOut(), and linearSize().
Vector<double> IrregTag::Entry::m_values |
Referenced by define(), linearIn(), linearOut(), and linearSize().