Go to the source code of this file.
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
gnsstk::StringUtils | |
Typedefs | |
typedef EnumIterator< IonexStoreStrategy, IonexStoreStrategy::Unknown, IonexStoreStrategy::Last > | gnsstk::IonexStoreStrategyIterator |
Enumerations | |
enum | gnsstk::IonexStoreStrategy { gnsstk::IonexStoreStrategy::Unknown, gnsstk::IonexStoreStrategy::Nearest, gnsstk::IonexStoreStrategy::Consecutive, gnsstk::IonexStoreStrategy::ConsRot, gnsstk::IonexStoreStrategy::Rotated, gnsstk::IonexStoreStrategy::Last } |
Enumeration used for IonexStore::getIonexValue(). More... | |
Functions | |
IonexStoreStrategy | gnsstk::StringUtils::asIonexStoreStrategy (const std::string &s) |
Convert a string name to an IonexStoreStrategy. More... | |
std::string | gnsstk::StringUtils::asString (IonexStoreStrategy e) |
Convert a IonexStoreStrategy to a whitespace-free string name. More... | |