Ptex
|
Internal class used to provide a return value for the value type. More...
#include <PtexDict.h>
Public Member Functions | |
value_type () | |
Default constructor references default_value, with a 0 for first. More... | |
value_type (key_type f, const T &s) | |
Creation constructor. More... | |
Public Attributes | |
const key_type | first |
Reference to the key type. More... | |
T | second |
Reference to the data. More... | |
Internal class used to provide a return value for the value type.
All data members and member functions are declared public by design Default Copy and Assignment operators are sufficient..
We have decided NOT to follow the coding standard's naming comvention for this class, since it needed to remain compatible with the STL std::pair<> class.
Definition at line 124 of file PtexDict.h.
|
inline |
Default constructor references default_value, with a 0 for first.
Definition at line 127 of file PtexDict.h.
Creation constructor.
Definition at line 129 of file PtexDict.h.
Reference to the key type.
Definition at line 131 of file PtexDict.h.
T PtexDict< T >::value_type::second |
Reference to the data.
Definition at line 132 of file PtexDict.h.
Referenced by PtexDict< T >::operator[]().