#include <ishtar/network.h>
#include <ishtar/services.h>
#include <sstream>
#include <set>
#include <string>
#include <valarray>
#include <iterator>
Go to the source code of this file.
Namespaces | |
namespace | Ishtar |
Typedefs | |
typedef std::vector< std::string > | ParsedValues |
Value, once parsed, are a vector for strings. | |
typedef std::map< std::string, ParsedValues > | ParserTable |
The table containing the result of parsing. A map of key / values. | |
typedef ValuesAccumulator< std::string > | StringsAccumulator |
A vector of strings, used to pass subnames to FastVarService. |