atlas  0.6
realmode.h
Go to the documentation of this file.
1 /*
2  This is realmode.h
3 
4  Copyright (C) 2004,2005 Fokko du Cloux
5  part of the Atlas of Lie Groups and Representations
6 
7  For copyright and license information see the LICENSE file
8 */
9 
10 #ifndef REALMODE_H /* guard against multiple inclusions */
11 #define REALMODE_H
12 
13 #include "commands_fwd.h"
14 #include "../Atlas.h"
15 
16 namespace atlas {
17 
18 namespace commands {
19 
20 /******** type declarations *************************************************/
21 
22  struct RealmodeTag {};
23 
24 /******** function and variable declarations ********************************/
25 
27  extern commands::CommandTree& real_mode; // defined in commands.cpp
28  RealReductiveGroup& currentRealGroup();
30  const Rep_context& currentRepContext();
31  Rep_table& currentRepTable();
32 
33 }
34 
35 }
36 
37 #endif
Definition: realmode.h:22
CommandNode realNode()
Definition: realmode.cpp:89
Definition: commands.h:148
Rep_table & currentRepTable()
Definition: realmode.cpp:134
RealReductiveGroup & currentRealGroup()
Definition: realmode.cpp:123
unsigned short RealFormNbr
Definition: Atlas.h:302
CommandTree & real_mode
Definition: commands.cpp:106
Definition: Atlas.h:38
Definition: commands.h:93
const Rep_context & currentRepContext()
Definition: realmode.cpp:133
RealFormNbr currentRealForm()
Definition: realmode.cpp:128