BALL  1.4.79
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
BALL::CIFFile::Datacontent Class Reference

#include <BALL/FORMAT/CIFFile.h>

Public Member Functions

 Datacontent ()
 
 Datacontent (SaveFrame new_saveframe)
 
 Datacontent (Item new_item)
 
std::ostream & operator>> (std::ostream &os) const
 

Public Attributes

bool is_saveframe
 
SaveFrame saveframe
 
Item dataitem
 

Detailed Description

Nested class for the data entity of the CIFFile

Definition at line 116 of file CIFFile.h.

Constructor & Destructor Documentation

BALL::CIFFile::Datacontent::Datacontent ( )

Constructors

BALL::CIFFile::Datacontent::Datacontent ( SaveFrame  new_saveframe)
BALL::CIFFile::Datacontent::Datacontent ( Item  new_item)

Member Function Documentation

std::ostream& BALL::CIFFile::Datacontent::operator>> ( std::ostream &  os) const

Member Data Documentation

Item BALL::CIFFile::Datacontent::dataitem

Stores the item

Definition at line 132 of file CIFFile.h.

bool BALL::CIFFile::Datacontent::is_saveframe

all data of a datablock is either a saveframe or a single item

Definition at line 126 of file CIFFile.h.

SaveFrame BALL::CIFFile::Datacontent::saveframe

Stores the saveframe

Definition at line 129 of file CIFFile.h.