Ask a Question | Search PSRCHIVE: |
Home
|
TextIndex.h 57 };
std::string get_current_index() Get the index command for the current index. Definition: TextIndex.C:59 std::string get_value(const std::string &name) const Get the named value. Definition: TextInterfaceParser.C:223 void set_container(TextInterface::Parser *) Set the interface to the container to which the named index applies. Definition: TextIndex.C:34 std::string get_index(unsigned i) Get the index command for the specified index. Definition: TextIndex.C:50 Reference::To< TextInterface::Parser, false > container The text interface to the container. Definition: TextIndex.h:48 void set_size_name(const std::string &name) Set the name of the index dimension size in the container interface. Definition: TextIndex.C:44 std::string size_name The name of the index dimension in the container. Definition: TextIndex.h:54 TextIndex(const std::string &named_range) Construct from string of the form 'name=[range]'. Definition: TextIndex.C:14 Generated using doxygen 1.8.17
|