PolyBoRi
Public Types | Public Member Functions | Protected Attributes
polybori::variable_name Class Reference

Defines generic access to variable names. More...

#include <pbori_func.h>

List of all members.

Public Types

typedef ManagerType manager_type
typedef IdxType idx_type
typedef VarNameType varname_type

Public Member Functions

 variable_name (const manager_type &mgr)
 Constructor.
varname_type operator() (idx_type idx) const
 Funtional operator.

Protected Attributes

const manager_typem_mgr
 Store reference to manager.

Detailed Description

Defines generic access to variable names.


Member Typedef Documentation


Constructor & Destructor Documentation

polybori::variable_name::variable_name ( const manager_type mgr) [inline]

Constructor.


Member Function Documentation

varname_type polybori::variable_name::operator() ( idx_type  idx) const [inline]

Funtional operator.


Member Data Documentation

Store reference to manager.


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