#include <BALL/FORMAT/CIFFile.h>
Nested class for the dataitems of the CIFFile
Definition at line 38 of file CIFFile.h.
BALL::CIFFile::Item::Item |
( |
| ) |
|
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 |
( |
| ) |
|
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 |
( |
| ) |
|
Stores the tag-value pair in key - value format
Definition at line 69 of file CIFFile.h.
bool BALL::CIFFile::Item::is_loop |
std::vector<String> BALL::CIFFile::Item::keys |
Stores all loop data indices Stores all raw loop data
Definition at line 64 of file CIFFile.h.
std::vector<std::vector<String> > BALL::CIFFile::Item::values |
Stores the loop data per line
Definition at line 66 of file CIFFile.h.