7 #include "rrExporter.h"
8 #include "rrStringUtils.h"
9 #include "rrIniSection.h"
23 void SetupKey(
const std::string& key);
30 IniKey(
const std::string& key =
"");
32 void ReKey(
const std::string& key);
33 std::string AsString()
const;
36 double AsFloat()
const;
37 std::complex<double> AsComplex()
const;
39 friend std::ostream& operator<<(std::ostream& stream,
const IniKey& aKey);
Definition: rrIniKey.h:21