OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Classes | Typedefs
Directory.h File Reference
#include "MemoryManagement/Pointer.h"
#include <functional>
#include <map>
#include <string>
Include dependency graph for Directory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Directory
 A map of string versus pointer to Object. More...
 

Typedefs

typedef std::map< std::string,
Pointer< Object >, std::less
< std::string > > 
ObjectDir
 

Typedef Documentation

typedef std::map<std::string, Pointer<Object>, std::less<std::string> > ObjectDir

Definition at line 26 of file Directory.h.