mutablecontainer.h(3)
NAME
MutableContainer.h
SYNOPSIS
#include <iostream> #include <hash_map> #include <deque> #include <exception> #include <string.h> #include <tulip/tulipconf.h> #include <tulip/ReturnType.h> #include <tulip/Iterator.h> Classes class tlp::ImpossibleOperation class tlp::MutableContainer< TYPE > Namespaces namespace tlp Defines #define DECL_DEFAULT_TYPE_VALUE(T) Enumerations enum tlp::State { tlp::VECT = 0, tlp::HASH = 1 } Functions template<typename TYPE > TYPE tlp::defaultTypeValue ()
Define Documentation
- #define DECL_DEFAULT_TYPE_VALUE(T)
- Value:
- template<> inline T defaultTypeValue<T>() { return (T) 0; }
Author
- Generated automatically by Doxygen for Tulip Graph Library from the
source code.