Encapsulate SINEX block data, including I/O
Definition in file SinexBlock.hpp.
Go to the source code of this file.
Classes | |
class | gnsstk::Sinex::Block< T > |
class | gnsstk::Sinex::BlockBase |
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
gnsstk::Sinex | |
Typedefs | |
typedef BlockBase *(* | gnsstk::Sinex::BlockCreateFunc) () |
Function pointer for invoking create methods for blocks. More... | |
typedef std::map< std::string, BlockCreateFunc > | gnsstk::Sinex::BlockFactory |
Mapping from block titles to block create functions. More... | |
typedef Blocks::iterator | gnsstk::Sinex::BlockIter |
Block iterator. More... | |
typedef std::vector< const BlockBase * > | gnsstk::Sinex::Blocks |
Block storage type. More... | |