Store Table Field and data. More...
#include <votable.hpp>
Public Attributes | |
std::string | name |
std::string | datatype |
std::string | ucd |
std::string | utype |
std::string | unit |
std::string | description |
std::vector< std::string > | data |
Store Table Field and data.
Definition at line 60 of file votable.hpp.
std::vector<std::string> votable::Field::data |
Definition at line 67 of file votable.hpp.
std::string votable::Field::datatype |
Definition at line 62 of file votable.hpp.
std::string votable::Field::description |
Definition at line 66 of file votable.hpp.
std::string votable::Field::name |
Definition at line 61 of file votable.hpp.
std::string votable::Field::ucd |
Definition at line 63 of file votable.hpp.
std::string votable::Field::unit |
Definition at line 65 of file votable.hpp.
std::string votable::Field::utype |
Definition at line 64 of file votable.hpp.