#include <fitsio.h>
#include <string>
#include <vector>
#include <list>
#include <map>
#include <Nice/Time/Date.h>
#include <Nice/Property/Types.h>
#include <Basda/Vino/FitsCardVar.h>
|
| Basda |
| These are contants that are used by the services internally.
|
|
|
std::istream & | Basda::operator>> (std::istream &_in, VinoFitsCardVar &_val) |
| Read a single line from an input stream. More...
|
|
std::istream & | Basda::operator>> (std::istream &_in, VinoFitsCardBoxVar &_val) |
| Read a single line from an input stream. More...
|
|
std::ostream & | Basda::operator<< (std::ostream &_out, const VinoFitsCardVar &_val) |
| Write a card to an output stream. The format is a comma-separated list of the keyword, value and comment in square brackets. If this is a COMMENT, the keyword is empty and the value is zero. More...
|
|
std::ostream & | Basda::operator<< (std::ostream &_out, const VinoFitsCardBoxVar &_val) |
| Write a card to an output stream. The format is a comma-separated list of cards in square brackets. More...
|
|