atlas
0.6
Main Page
Namespaces
Classes
Files
File List
File Members
latest_branch_07182016
sources
interface
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
atlas::commands::help_mode
CommandTree help_mode(helpNode())
Definition:
helpmode.h:23
atlas::commands::CommandTree
Definition:
commands.h:148
commands_fwd.h
atlas
Definition:
Atlas.h:38
atlas::commands::intro_h
void intro_h()
Definition:
helpmode.cpp:137
atlas::commands::helpNode
CommandNode helpNode()
Definition:
helpmode.cpp:124
Generated by
1.8.11