Support Forum       G3D Web Page     
Public Member Functions | Public Attributes | List of all members
G3D::Table< Key, Value, HashFunc, EqualsFunc >::Entry Class Reference


The pairs returned by iterator. More...

Public Member Functions

 Entry ()
 
 Entry (const Key &k)
 
 Entry (const Key &k, const Value &v)
 
bool operator!= (const Entry &peer) const
 
bool operator== (const Entry &peer) const
 

Public Attributes

Key key
 
Value value
 

Detailed Description

template<class Key, class Value, class HashFunc = HashTrait<Key>, class EqualsFunc = EqualsTrait<Key>>
class G3D::Table< Key, Value, HashFunc, EqualsFunc >::Entry


The pairs returned by iterator.

Constructor & Destructor Documentation

◆ Entry() [1/3]

template<class Key, class Value, class HashFunc = HashTrait<Key>, class EqualsFunc = EqualsTrait<Key>>
G3D::Table< Key, Value, HashFunc, EqualsFunc >::Entry::Entry ( )
inline

◆ Entry() [2/3]

template<class Key, class Value, class HashFunc = HashTrait<Key>, class EqualsFunc = EqualsTrait<Key>>
G3D::Table< Key, Value, HashFunc, EqualsFunc >::Entry::Entry ( const Key &  k)
inline

◆ Entry() [3/3]

template<class Key, class Value, class HashFunc = HashTrait<Key>, class EqualsFunc = EqualsTrait<Key>>
G3D::Table< Key, Value, HashFunc, EqualsFunc >::Entry::Entry ( const Key &  k,
const Value &  v 
)
inline

Member Function Documentation

◆ operator!=()

template<class Key, class Value, class HashFunc = HashTrait<Key>, class EqualsFunc = EqualsTrait<Key>>
bool G3D::Table< Key, Value, HashFunc, EqualsFunc >::Entry::operator!= ( const Entry peer) const
inline

◆ operator==()

template<class Key, class Value, class HashFunc = HashTrait<Key>, class EqualsFunc = EqualsTrait<Key>>
bool G3D::Table< Key, Value, HashFunc, EqualsFunc >::Entry::operator== ( const Entry peer) const
inline

Member Data Documentation

◆ key

template<class Key, class Value, class HashFunc = HashTrait<Key>, class EqualsFunc = EqualsTrait<Key>>
Key G3D::Table< Key, Value, HashFunc, EqualsFunc >::Entry::key

◆ value

template<class Key, class Value, class HashFunc = HashTrait<Key>, class EqualsFunc = EqualsTrait<Key>>
Value G3D::Table< Key, Value, HashFunc, EqualsFunc >::Entry::value

documentation generated on Wed Nov 24 2021 08:02:01 using doxygen 1.8.15