Overview     Modules     Class Hierarchy     Classes     Members  
tuliphash.h File Reference
#include <tulip/tulipconf.h>
#include <hash_map>
#include <hash_set>
#include <string>
Include dependency graph for tuliphash.h:
This graph shows which files directly or indirectly include this file:

Classes

Namespaces

Defines

  • #define TLP_HASH_MAP   stdext::hash_map
    This file defines what class is used to provide a hashmap. The TLP_HASH_MAP macro defines which implementation is used for hash maps. The TLP_HASH_SET macro defines which implementation is used for hash sets.
  • #define TLP_HASH_SET   stdext::hash_set
  • #define TLP_BEGIN_HASH_NAMESPACE   namespace stdext
  • #define TLP_END_HASH_NAMESPACE

Define Documentation

#define TLP_BEGIN_HASH_NAMESPACE   namespace stdext
#define TLP_END_HASH_NAMESPACE
#define TLP_HASH_MAP   stdext::hash_map

This file defines what class is used to provide a hashmap. The TLP_HASH_MAP macro defines which implementation is used for hash maps. The TLP_HASH_SET macro defines which implementation is used for hash sets.

This file is part of Tulip (www.tulip-software.org)

Authors: David Auber and the Tulip development Team from LaBRI, University of Bordeaux 1 and Inria Bordeaux - Sud Ouest

Tulip is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Tulip is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. TLP_BEGIN_HASH_NAMESPACE is defined to open the namespace in which the hash classes are defined, to define new hashes (e.g. for Edge). TLP_END_HASH_NAMESPACE is definde to close the namespace (only used when using std::tr1)

#define TLP_HASH_SET   stdext::hash_set


Tulip Software by LaBRI Visualization Team    2001 - 2012