atlas  0.6
helpmode.h
Go to the documentation of this file.
1 /*
2  This is helpmode.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 HELPMODE_H /* guard against multiple inclusions */
11 #define HELPMODE_H
12 
13 #include "commands_fwd.h"
14 #include <iostream>
15 
16 namespace atlas {
17 
18 namespace commands {
19 
20 /******** function and variable declarations ********************************/
21 
22  commands::CommandNode helpNode();
23  extern commands::CommandTree help_mode; // defined in commands.cpp
24 
25  void intro_h(); // this is used in emptymode as well
26 
27 }
28 
29 }
30 
31 #endif
CommandTree help_mode(helpNode())
Definition: helpmode.h:23
Definition: commands.h:148
Definition: Atlas.h:38
void intro_h()
Definition: helpmode.cpp:137
CommandNode helpNode()
Definition: helpmode.cpp:124