Classes | |
struct | Field |
Store Table Field and data. More... | |
struct | Param |
Store Table Parameter Attributes. More... | |
struct | VOField |
Store parsed data from VOTable with a non-string format. More... | |
class | VOTable |
Class defining a very simple parser of XML VOTable. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Param &v) |
Display an std::vector object. More... | |
std::ostream & | operator<< (std::ostream &os, const Field &v) |
Display a Field structure. More... | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, const VOField< T > &v) |
Display a VOField structure. More... | |
std::ostream & | operator<< (std::ostream &os, const VOTable &vot) |
Display a VOTable object. More... | |
std::ostream& votable::operator<< | ( | std::ostream & | os, |
const Field & | v | ||
) |
Display a Field
structure.
Definition at line 111 of file votable.hpp.
std::ostream& votable::operator<< | ( | std::ostream & | os, |
const Param & | v | ||
) |
Display an std::vector
object.
Definition at line 96 of file votable.hpp.
std::ostream& votable::operator<< | ( | std::ostream & | os, |
const VOField< T > & | v | ||
) |
Display a VOField
structure.
Definition at line 134 of file votable.hpp.
std::ostream& votable::operator<< | ( | std::ostream & | os, |
const VOTable & | vot | ||
) |
Display a VOTable
object.
Definition at line 373 of file votable.hpp.