Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
gnsstk::StringUtils | |
Typedefs | |
typedef EnumIterator< CorrDupHandling, CorrDupHandling::Unknown, CorrDupHandling::Last > | gnsstk::CorrDupHandlingIterator |
typedef std::set< CorrDupHandling > | gnsstk::CorrDupHandlingSet |
Set of message types, used by NavLibrary and NavDataFactory. More... | |
Functions | |
CorrDupHandling | gnsstk::StringUtils::asCorrDupHandling (const std::string &s) noexcept |
Convert a string name to an CorrDupHandling. More... | |
std::string | gnsstk::StringUtils::asString (CorrDupHandling e) noexcept |
Convert a CorrDupHandling to a whitespace-free string name. More... | |