Store Table Parameter Attributes. More...
#include <votable.hpp>
Public Attributes | |
std::string | name |
std::string | datatype |
std::string | value |
std::string | ucd |
std::string | utype |
std::string | unit |
std::string | description |
Store Table Parameter Attributes.
Definition at line 45 of file votable.hpp.
std::string votable::Param::datatype |
Definition at line 47 of file votable.hpp.
std::string votable::Param::description |
Definition at line 52 of file votable.hpp.
std::string votable::Param::name |
Definition at line 46 of file votable.hpp.
std::string votable::Param::ucd |
Definition at line 49 of file votable.hpp.
std::string votable::Param::unit |
Definition at line 51 of file votable.hpp.
std::string votable::Param::utype |
Definition at line 50 of file votable.hpp.
std::string votable::Param::value |
Definition at line 48 of file votable.hpp.