cphot 0.1
A C++ tool for computing photometry from spectra.
votable.hpp File Reference
#include "helpers.hpp"
#include "prettyprint.hpp"
#include "rapidjson/document.h"
#include "xml2json.hpp"
#include <map>
#include <string>

Go to the source code of this file.

Classes

struct  votable::Param
 Store Table Parameter Attributes. More...
 
struct  votable::Field
 Store Table Field and data. More...
 
struct  votable::VOField< T >
 Store parsed data from VOTable with a non-string format. More...
 
class  votable::VOTable
 Class defining a very simple parser of XML VOTable. More...
 

Namespaces

 votable
 

Functions

std::ostream & votable::operator<< (std::ostream &os, const Param &v)
 Display an std::vector object. More...
 
std::ostream & votable::operator<< (std::ostream &os, const Field &v)
 Display a Field structure. More...
 
template<typename T >
std::ostream & votable::operator<< (std::ostream &os, const VOField< T > &v)
 Display a VOField structure. More...
 
std::ostream & votable::operator<< (std::ostream &os, const VOTable &vot)
 Display a VOTable object. More...