Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

pk_column Class Reference

primary key and column index info More...

#include <varobj.h>

List of all members.

Public Member Functions

 pk_column (size_t pk, size_t col)
 constructor
bool operator< (const pk_column &x) const
 compare operator
bool operator== (const pk_column &x) const
 equal operator

Public Attributes

size_t _pk
 primary key
size_t _col
 column index


Detailed Description

primary key and column index info

Definition at line 62 of file varobj.h.


Constructor & Destructor Documentation

pk_column::pk_column ( size_t  pk,
size_t  col 
) [inline]

constructor

Parameters:
pk  primary key
col  column index

Definition at line 66 of file varobj.h.


Member Function Documentation

bool pk_column::operator< ( const pk_column x  )  const [inline]

compare operator

Definition at line 77 of file varobj.h.

References _col, and _pk.

bool pk_column::operator== ( const pk_column x  )  const [inline]

equal operator

Definition at line 85 of file varobj.h.

References _col, and _pk.


Member Data Documentation

primary key

Definition at line 90 of file varobj.h.

Referenced by var_container::clean_key(), operator<(), and operator==().

column index

Definition at line 91 of file varobj.h.

Referenced by var_container::compound_key(), operator<(), and operator==().


The documentation for this class was generated from the following file:


© Copyright Terimber 2003-.