Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
Containers::hashmap Struct Reference
Collaboration diagram for Containers::hashmap:
Collaboration graph
[legend]

Public Types

typedef GaudiUtils::HashMap
< long, void * > 
map_type
 

Public Member Functions

bool insert (void *obj, long key)
 

Public Attributes

map_type m
 
std::vector< void * > v
 

Detailed Description

Definition at line 12 of file KeyedObjectManager.cpp.

Member Typedef Documentation

Definition at line 13 of file KeyedObjectManager.cpp.

Member Function Documentation

bool Containers::hashmap::insert ( void *  obj,
long  key 
)
inline

Definition at line 16 of file KeyedObjectManager.cpp.

{
std::pair<map_type::iterator,bool> p =
return p.second;
}

Member Data Documentation

map_type Containers::hashmap::m

Definition at line 14 of file KeyedObjectManager.cpp.

std::vector<void*> Containers::hashmap::v

Definition at line 15 of file KeyedObjectManager.cpp.


The documentation for this struct was generated from the following file:

Generated at Wed Jun 4 2014 14:49:04 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004