#include <BALL/FORMAT/CIFFile.h>
Nested class for the dataitems of the CIFFile
Definition at line 38 of file CIFFile.h.
◆ Item() [1/2]
BALL::CIFFile::Item::Item |
( |
| ) |
|
◆ Item() [2/2]
BALL::CIFFile::Item::Item |
( |
const Item & |
item | ) |
|
◆ ~Item()
virtual BALL::CIFFile::Item::~Item |
( |
| ) |
|
|
virtual |
◆ addPair()
void BALL::CIFFile::Item::addPair |
( |
String |
key, |
|
|
String |
value |
|
) |
| |
◆ addTag()
void BALL::CIFFile::Item::addTag |
( |
String |
tag | ) |
|
◆ addValue()
void BALL::CIFFile::Item::addValue |
( |
String |
value | ) |
|
◆ clear()
void BALL::CIFFile::Item::clear |
( |
| ) |
|
◆ getKeyIndex()
Returns the index of the Item identifier key. If there is no such key, -1 is returned.
◆ operator>>()
std::ostream & BALL::CIFFile::Item::operator>> |
( |
std::ostream & |
os | ) |
const |
◆ startLoop()
void BALL::CIFFile::Item::startLoop |
( |
| ) |
|
◆ entry
Stores the tag-value pair in key - value format
Definition at line 69 of file CIFFile.h.
◆ is_loop
bool BALL::CIFFile::Item::is_loop |
◆ keys
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.
◆ values
std::vector<std::vector<String> > BALL::CIFFile::Item::values |
Stores the loop data per line
Definition at line 66 of file CIFFile.h.