ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Betchart/TopRefTuple/src/classes.h
Revision: 1.3
Committed: Sun Jan 13 23:26:10 2013 UTC (12 years, 3 months ago) by bbetchar
Content type: text/plain
Branch: MAIN
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
use gInterpreter->GenerateDictionary rather than REFLEX for special cases.

File Contents

# Content
1 #ifndef TOPREF_CLASSES_H
2 #define TOPREF_CLASSES_H
3
4 #include <string>
5 #include <map>
6
7 namespace {
8 struct dictionary {
9 std::map<std::string,int> dummi0;
10 };
11 }
12
13 #endif