0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
Hypertable::ClusterDefinitionFile::TranslationContext Class Reference

Context used to translate cluster definition statements. More...

#include <TranslationContext.h>

Collaboration diagram for Hypertable::ClusterDefinitionFile::TranslationContext:
Collaboration graph
[legend]

Public Attributes

map< string, string > symbols
 Map of variable names to default values. More...
 
set< string > roles
 Set of role names. More...
 
map< string, string > tasks
 Map of tasks to descriptive text. More...
 
map< string, string > task_roles
 

Detailed Description

Context used to translate cluster definition statements.

Definition at line 42 of file TranslationContext.h.

Member Data Documentation

set<string> Hypertable::ClusterDefinitionFile::TranslationContext::roles

Set of role names.

Definition at line 50 of file TranslationContext.h.

map<string, string> Hypertable::ClusterDefinitionFile::TranslationContext::symbols

Map of variable names to default values.

Definition at line 47 of file TranslationContext.h.

map<string, string> Hypertable::ClusterDefinitionFile::TranslationContext::task_roles

Definition at line 56 of file TranslationContext.h.

map<string, string> Hypertable::ClusterDefinitionFile::TranslationContext::tasks

Map of tasks to descriptive text.

Definition at line 53 of file TranslationContext.h.


The documentation for this class was generated from the following file: