tlp::MutableContainer< TYPE > Class Template Reference
#include <MutableContainer.h>
List of all members.
Public Member Functions
Friends
template<typename TYPE>
class tlp::MutableContainer< TYPE >
Constructor & Destructor Documentation
Member Function Documentation
return an iterator for all the elements whose associated value if equal to a given value or different from the default value
template<typename TYPE >
const ReturnType< TYPE >::Value tlp::MutableContainer< TYPE >::get |
( |
const unsigned int |
i |
) |
const [inline] |
get a copy of the value associated to i
template<typename TYPE>
bool tlp::MutableContainer< TYPE >::getIfNotDefaultValue |
( |
const unsigned int |
i, |
|
|
TYPE & |
value | |
|
) |
| | const [inline] |
get the value associated to i if it is not the default value as indicated by the boolean returned value
This function is available only for optimisation purpose, one must be sure the the referenced element is not the default value. Use this function extremely carefully
Friends And Related Function Documentation
template<typename TYPE>
friend class MutableContainerTest [friend] |