|
phdMesh
Version of the Day
|
Base class for Setv members.Objects stored in a Setv container must be derived from this template base class with the key type for the container. More...
#include <Setv.hpp>
Public Types | |
| typedef KeyType | key_type |
Public Member Functions | |
| const key_type & | key () const |
| ~SetvMember () | |
| SetvMember () | |
| SetvMember (const SetvMember< key_type > &rhs) | |
| SetvMember (const KeyType &k) | |
Friends | |
| template<class T , class C , class A > | |
| class | Setv |
| template<class T , bool F> | |
| class | SetvIter |
Base class for Setv members.
Objects stored in a Setv container must be derived from this template base class with the key type for the container.
class MyValueClass : public SetvMember<MyKeyType> { ... };
| typedef KeyType phdmesh::SetvMember< KeyType >::key_type |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
1.8.6