atlas  0.6
emptymode.h
Go to the documentation of this file.
1 /*
2  This is emptymode.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 EMPTYMODE_H /* guard against multiple inclusions */
11 #define EMPTYMODE_H
12 
13 #include "commands_fwd.h"
14 
15 /******** type declarations *************************************************/
16 
17 namespace atlas {
18 
19 namespace commands {
20 
21  struct EmptymodeTag {};
22 
23 /******** function and variable declarations ********************************/
24 
26 extern commands::CommandTree empty_mode; // defined in commands.cpp
27 
28 }
29 
30 }
31 
32 #endif
CommandTree empty_mode(emptyNode())
Definition: emptymode.h:26
Definition: commands.h:148
Definition: emptymode.h:21
CommandNode emptyNode()
Definition: emptymode.cpp:61
Definition: Atlas.h:38
Definition: commands.h:93