27#ifndef NIDAS_CORE_DICTIONARY_H
28#define NIDAS_CORE_DICTIONARY_H
32namespace nidas {
namespace core {
41 virtual bool getTokenValue(
const std::string& token,std::string& value)
const = 0;
48 std::string
expandString(
const std::string& input)
const;
Interface for a Dictionary class, which can return a string value for a string token name.
Definition Dictionary.h:38
std::string expandString(const std::string &input) const
Utility function that scans a string for tokens like ${XXXX}, or $XXX followed by any characters from...
Definition Dictionary.cc:34
virtual ~Dictionary()
Definition Dictionary.h:40
virtual bool getTokenValue(const std::string &token, std::string &value) const =0
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31