PolyBoRi
|
#include <CIdxVariable.h>
Public Types | |
typedef CIdxVariable< idx_type, VarNameLit, VarHeadLit, VarTailLit > | self |
Type of *this. | |
Adopt global type definitions | |
typedef IdxType | idx_type |
typedef CTypes::ostream_type | ostream_type |
Public Member Functions | |
CIdxVariable (idx_type idx_=0) | |
Construct storage for nlen indices. | |
CIdxVariable (const self &rhs) | |
Copy constructor. | |
~CIdxVariable () | |
Destructor. | |
ostream_type & | print (ostream_type &os) const |
Print to out-stream. | |
Protected Attributes | |
idx_type | idx |
typedef IdxType polybori::CIdxVariable::idx_type |
typedef CIdxVariable<idx_type, VarNameLit, VarHeadLit, VarTailLit> polybori::CIdxVariable::self |
Type of *this.
polybori::CIdxVariable::CIdxVariable | ( | idx_type | idx_ = 0 | ) | [inline] |
Construct storage for nlen indices.
polybori::CIdxVariable::CIdxVariable | ( | const self & | rhs | ) | [inline] |
Copy constructor.
polybori::CIdxVariable::~CIdxVariable | ( | ) | [inline] |
Destructor.
ostream_type& polybori::CIdxVariable::print | ( | ostream_type & | os | ) | const [inline] |
Print to out-stream.
idx_type polybori::CIdxVariable::idx [protected] |