|
std::string | Trim (const std::string &str, char c=' ') const |
|
bool | Check (const std::string &key, char type, const std::string &value="") const |
|
Keys | ParseBlock (const std::vector< std::string > &vec) const |
|
| Table () |
|
| Table (const std::vector< std::string > &vec, off_t off) |
|
void | PrintKeys (bool display_all=false) const |
|
void | PrintColumns () const |
|
| operator bool () const |
|
bool | HasKey (const std::string &key) const |
|
bool | HasColumn (const std::string &col) const |
|
const Columns & | GetColumns () const |
|
const Keys & | GetKeys () const |
|
template<typename T > |
T | Get (const std::string &key) const |
|
template<typename T > |
T | Get (const std::string &key, const T &deflt) const |
|
size_t | GetN (const std::string &key) const |
|
streamoff | GetHeapShift () const |
|
streamoff | GetTotalBytes () const |
|
Definition at line 89 of file fits.h.