OPAL (Object Oriented Parallel Accelerator Library) 2022.1
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

◆ ObjectDir

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

Definition at line 33 of file Directory.h.