BALL::CIFFile::SaveFrame Class Reference
#include <BALL/FORMAT/CIFFile.h>
List of all members.
Detailed Description
Nested class for the saveframes of the CIFFile
Definition at line 76 of file CIFFile.h.
Member Function Documentation
| void BALL::CIFFile::SaveFrame::addDataItem |
( |
Item |
item |
) |
|
| void BALL::CIFFile::SaveFrame::clear |
( |
|
) |
|
| const String& BALL::CIFFile::SaveFrame::getCategory |
( |
|
) |
const [inline] |
| Item& BALL::CIFFile::SaveFrame::getDataItem |
( |
const String & |
item_name |
) |
|
| const Item& BALL::CIFFile::SaveFrame::getDataItem |
( |
const String & |
item_name |
) |
const |
Returns a dummy Dataitem, if no item with such name exists
| String& BALL::CIFFile::SaveFrame::getDataItemValue |
( |
const String & |
item_name |
) |
|
| const String& BALL::CIFFile::SaveFrame::getDataItemValue |
( |
const String & |
item_name |
) |
const |
| String BALL::CIFFile::SaveFrame::getItemValue |
( |
const String & |
name |
) |
const |
| bool BALL::CIFFile::SaveFrame::hasItem |
( |
const String & |
item_name |
) |
const |
| std::ostream& BALL::CIFFile::SaveFrame::operator>> |
( |
std::ostream & |
os |
) |
const |
| void BALL::CIFFile::SaveFrame::setCategory |
( |
String |
cat |
) |
[inline] |
| void BALL::CIFFile::SaveFrame::start |
( |
String |
name |
) |
|
Member Data Documentation
The name of this saveframe
Definition at line 104 of file CIFFile.h.
Stores all dataitems of the saveframe
Definition at line 108 of file CIFFile.h.