BALL
1.4.1
|
#include <BALL/FORMAT/CIFFile.h>
Public Member Functions | |
Item () | |
Item (const Item &item) | |
virtual | ~Item () |
void | clear () |
void | addPair (String key, String value) |
void | startLoop () |
void | addTag (String tag) |
void | addValue (String value) |
Index | getKeyIndex (String key) |
std::ostream & | operator>> (std::ostream &os) const |
Public Attributes | |
bool | is_loop |
std::vector< String > | keys |
std::vector< std::vector < String > > | values |
std::pair< String, String > | entry |
BALL::CIFFile::Item::Item | ( | const Item & | item | ) |
virtual BALL::CIFFile::Item::~Item | ( | ) | [virtual] |
void BALL::CIFFile::Item::addPair | ( | String | key, |
String | value | ||
) |
void BALL::CIFFile::Item::addTag | ( | String | tag | ) |
void BALL::CIFFile::Item::addValue | ( | String | value | ) |
void BALL::CIFFile::Item::clear | ( | ) |
Acessors
Returns the index of the Item identifier key. If there is no such key, -1 is returned.
std::ostream& BALL::CIFFile::Item::operator>> | ( | std::ostream & | os | ) | const |
void BALL::CIFFile::Item::startLoop | ( | ) |
std::pair<String, String> BALL::CIFFile::Item::entry |
std::vector<String> BALL::CIFFile::Item::keys |
std::vector<std::vector<String> > BALL::CIFFile::Item::values |