Gaudi Framework, version v20r4

Generated: 8 Jan 2009

Containers::map Struct Reference

Collaboration diagram for Containers::map:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 22 of file KeyedObjectManager.cpp.


Public Types

typedef std::map< long, void * > map_type

Public Member Functions

bool insert (void *obj, long key)

Public Attributes

map_type m
std::vector< void * > v

Member Typedef Documentation

typedef std::map<long, void*> Containers::map::map_type

Definition at line 23 of file KeyedObjectManager.cpp.


Member Function Documentation

bool Containers::map::insert ( void *  obj,
long  key 
) [inline]

Definition at line 26 of file KeyedObjectManager.cpp.

00026                                         {
00027       std::pair<map_type::iterator,bool> p =
00028         m.insert(map_type::value_type(key,obj));
00029       return p.second;
00030     }


Member Data Documentation

Definition at line 24 of file KeyedObjectManager.cpp.

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

Definition at line 25 of file KeyedObjectManager.cpp.


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

Generated at Thu Jan 8 17:53:38 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004