atlas
0.6
|
Classes | |
struct | BlockmodeTag |
struct | Command |
class | CommandNode |
class | CommandTree |
struct | EmptymodeTag |
struct | EntryError |
struct | MainmodeTag |
struct | RealmodeTag |
struct | ReprmodeTag |
struct | StrCmp |
Typedefs | |
typedef void(* | action_pointer) () |
typedef std::map< const char *, const char *, StrCmp > | TagDict |
Enumerations | |
enum | CheckResult { NotFound, PartialMatch, Ambiguous, Found } |
enum | block_type { noblock, nblock, partial_block } |
Variables | |
CommandTree & | block_mode = real_mode.add_descendant(blockNode()) |
TagDict | tagDict |
CommandTree | help_mode (helpNode()) |
CommandTree | empty_mode (emptyNode()) |
CommandTree & | main_mode = empty_mode.add_descendant(mainNode()) |
CommandTree & | real_mode = main_mode.add_descendant(realNode()) |
CommandTree & | repr_mode = real_mode.add_descendant(reprNode()) |
block_type | state =noblock |
BlockElt | entry_z = UndefBlock |
SubSystemWithGroup * | sub =NULL |
StandardRepr * | sr =NULL |
param_block * | block_pointer =NULL |
wgraph::WGraph * | WGr_pointer =NULL |
typedef void(* atlas::commands::action_pointer) () |
typedef std::map<const char*,const char*, StrCmp> atlas::commands::TagDict |
void atlas::commands::block_f | ( | ) |
CommandNode atlas::commands::blockNode | ( | ) |
void atlas::commands::blockorder_f | ( | ) |
void atlas::commands::blocktwist_f | ( | ) |
InnerClass & atlas::commands::current_dual_group | ( | ) |
InnerClass & atlas::commands::current_dual_inner_class | ( | ) |
InnerClass & atlas::commands::current_inner_class | ( | ) |
param_block & atlas::commands::current_param_block | ( | ) |
Block & atlas::commands::currentBlock | ( | ) |
output::Interface & atlas::commands::currentComplexInterface | ( | ) |
RealFormNbr atlas::commands::currentDualRealForm | ( | ) |
RealReductiveGroup & atlas::commands::currentDualRealGroup | ( | ) |
kl::KLContext & atlas::commands::currentKL | ( | ) |
input::InputBuffer & atlas::commands::currentLine | ( | ) |
const CommandTree * atlas::commands::currentMode | ( | ) |
RealFormNbr atlas::commands::currentRealForm | ( | ) |
RealReductiveGroup & atlas::commands::currentRealGroup | ( | ) |
const Rep_context & atlas::commands::currentRepContext | ( | ) |
Rep_table & atlas::commands::currentRepTable | ( | ) |
const StandardRepr & atlas::commands::currentStandardRepr | ( | ) |
const SubSystemWithGroup & atlas::commands::currentSubSystem | ( | ) |
const wgraph::WGraph & atlas::commands::currentWGraph | ( | ) |
void atlas::commands::deform_f | ( | ) |
void atlas::commands::drop_to | ( | const CommandTree & | mode | ) |
commands::CommandNode atlas::commands::emptyNode | ( | ) |
void atlas::commands::ensure_full_block | ( | ) |
void atlas::commands::exitInteractive | ( | ) |
void atlas::commands::exitMode | ( | ) |
void atlas::commands::extblock_f | ( | ) |
commands::CommandNode atlas::commands::helpNode | ( | ) |
void atlas::commands::intro_h | ( | ) |
void atlas::commands::kl_f | ( | ) |
void atlas::commands::klbasis_f | ( | ) |
void atlas::commands::kllist_f | ( | ) |
void atlas::commands::klwrite_f | ( | ) |
commands::CommandNode atlas::commands::mainNode | ( | ) |
void atlas::commands::nblock_f | ( | ) |
void atlas::commands::nohelp_h | ( | ) |
void atlas::commands::partial_block_f | ( | ) |
void atlas::commands::primkl_f | ( | ) |
commands::CommandNode atlas::commands::realNode | ( | ) |
|
inline |
void atlas::commands::replace_inner_class | ( | InnerClass * | G, |
output::Interface * | I | ||
) |
void atlas::commands::repr_f | ( | ) |
void atlas::commands::repr_mode_entry | ( | ) | ||
throw | ( | EntryError | ||
) |
void atlas::commands::repr_mode_exit | ( | ) |
commands::CommandNode atlas::commands::reprNode | ( | ) |
void atlas::commands::run_from | ( | const CommandTree & | initial_mode | ) |
void atlas::commands::std_help | ( | ) |
void atlas::commands::use_tag | ( | ) |
void atlas::commands::wcells_f | ( | ) |
void atlas::commands::wgraph_f | ( | ) |
CommandTree & atlas::commands::block_mode = real_mode.add_descendant(blockNode()) |
param_block * atlas::commands::block_pointer =NULL |
commands::CommandTree atlas::commands::empty_mode |
BlockElt atlas::commands::entry_z = UndefBlock |
commands::CommandTree atlas::commands::help_mode |
commands::CommandTree & atlas::commands::main_mode = empty_mode.add_descendant(mainNode()) |
commands::CommandTree & atlas::commands::real_mode = main_mode.add_descendant(realNode()) |
CommandTree & atlas::commands::repr_mode = real_mode.add_descendant(reprNode()) |
StandardRepr* atlas::commands::sr =NULL |
block_type atlas::commands::state =noblock |
SubSystemWithGroup* atlas::commands::sub =NULL |
TagDict atlas::commands::tagDict |
wgraph::WGraph* atlas::commands::WGr_pointer =NULL |