atlas
0.6
Main Page
Namespaces
Classes
Files
File List
File Members
latest_branch_07182016
sources
interface
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
25
commands::CommandNode
emptyNode
();
26
extern
commands::CommandTree
empty_mode
;
// defined in commands.cpp
27
28
}
29
30
}
31
32
#endif
atlas::commands::empty_mode
CommandTree empty_mode(emptyNode())
Definition:
emptymode.h:26
atlas::commands::CommandTree
Definition:
commands.h:148
atlas::commands::EmptymodeTag
Definition:
emptymode.h:21
commands_fwd.h
atlas::commands::emptyNode
CommandNode emptyNode()
Definition:
emptymode.cpp:61
atlas
Definition:
Atlas.h:38
atlas::commands::CommandNode
Definition:
commands.h:93
Generated by
1.8.11