Logo ROOT   6.16/01
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#include "GuiTypes.h"
9
10namespace ROOT {
11namespace MacOSX {
12namespace X11 {
13
14typedef std::map<std::string, Atom_t> name_to_atom_map;
15
16void InitWithPredefinedAtoms(name_to_atom_map &nameToAtom, std::vector<std::string> &atomNames);
17
18}
19}
20}
21
22#endif
std::map< std::string, Atom_t > name_to_atom_map
Definition: X11Atoms.h:14
void InitWithPredefinedAtoms(name_to_atom_map &nameToAtom, std::vector< std::string > &atomNames)
Definition: X11Atoms.mm:83
Namespace for new ROOT classes and functions.
Definition: StringConv.hxx:21