#include <Setv.hpp>
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> { ... };
Definition at line 138 of file 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 | |
| class | Setv |
| class | SetvIter |
| typedef KeyType phdmesh::SetvMember< KeyType >::key_type |
| phdmesh::SetvMember< KeyType >::~SetvMember | ( | ) | [inline] |
| phdmesh::SetvMember< KeyType >::SetvMember | ( | ) | [inline] |
| phdmesh::SetvMember< KeyType >::SetvMember | ( | const SetvMember< key_type > & | rhs | ) | [inline] |
| phdmesh::SetvMember< KeyType >::SetvMember | ( | const KeyType & | k | ) | [inline, explicit] |
| const key_type& phdmesh::SetvMember< KeyType >::key | ( | ) | const [inline] |
1.4.7