MutableContainer.h.3tulip

Langue: en

Version: 349683 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

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.