Logo ROOT   6.08/07
Reference Guide
X11Atoms.h
Go to the documentation of this file.
1 #ifndef ROOT_X11Atoms
2 #define ROOT_X11Atoms
3 
4 #include <string>
5 #include <vector>
6 #include <map>
7 
8 #ifndef ROOT_GuiTypes
9 #include "GuiTypes.h"
10 #endif
11 
12 namespace ROOT {
13 namespace MacOSX {
14 namespace X11 {
15 
16 typedef std::map<std::string, Atom_t> name_to_atom_map;
17 
18 void InitWithPredefinedAtoms(name_to_atom_map &nameToAtom, std::vector<std::string> &atomNames);
19 
20 }
21 }
22 }
23 
24 #endif
void InitWithPredefinedAtoms(name_to_atom_map &nameToAtom, std::vector< std::string > &atomNames)
Definition: X11Atoms.mm:83
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
Definition: StringConv.hxx:21
std::map< std::string, Atom_t > name_to_atom_map
Definition: X11Atoms.h:16