#include <BALL/FORMAT/PDBRecords.h>
PDB record class. This class contains PDB records in an undigested format and provides some means of digesting this format. It is meant to capture all records not parsed by GenericPDBFile and PDBFile.
Definition at line 31 of file PDBRecords.h.
typedef std::vector<String>::const_iterator BALL::PDBRecords::const_iterator |
Definition at line 40 of file PDBRecords.h.
typedef const String& BALL::PDBRecords::const_reference |
Definition at line 49 of file PDBRecords.h.
typedef std::vector<String>::const_reverse_iterator BALL::PDBRecords::const_reverse_iterator |
Definition at line 44 of file PDBRecords.h.
typedef std::vector<String>::const_iterator BALL::PDBRecords::ConstIterator |
Definition at line 39 of file PDBRecords.h.
typedef const String& BALL::PDBRecords::ConstReference |
Definition at line 50 of file PDBRecords.h.
typedef std::vector<String>::const_reverse_iterator BALL::PDBRecords::ConstReverseIterator |
Definition at line 43 of file PDBRecords.h.
typedef std::vector<String>::difference_type BALL::PDBRecords::difference_type |
Definition at line 51 of file PDBRecords.h.
typedef std::vector<String>::difference_type BALL::PDBRecords::DifferenceType |
Definition at line 52 of file PDBRecords.h.
typedef std::vector<String>::iterator BALL::PDBRecords::iterator |
Definition at line 38 of file PDBRecords.h.
typedef std::vector<String>::iterator BALL::PDBRecords::Iterator |
Definition at line 37 of file PDBRecords.h.
typedef String& BALL::PDBRecords::Reference |
Definition at line 48 of file PDBRecords.h.
typedef String& BALL::PDBRecords::reference |
Definition at line 47 of file PDBRecords.h.
typedef std::vector<String>::reverse_iterator BALL::PDBRecords::reverse_iterator |
Definition at line 42 of file PDBRecords.h.
typedef std::vector<String>::reverse_iterator BALL::PDBRecords::ReverseIterator |
Definition at line 41 of file PDBRecords.h.
typedef std::vector<String>::size_type BALL::PDBRecords::size_type |
Definition at line 53 of file PDBRecords.h.
typedef std::vector<String>::size_type BALL::PDBRecords::SizeType |
Definition at line 54 of file PDBRecords.h.
typedef String BALL::PDBRecords::value_type |
Definition at line 45 of file PDBRecords.h.
typedef String BALL::PDBRecords::ValueType |
Definition at line 46 of file PDBRecords.h.
BALL::PDBRecords::PDBRecords | ( | ) |
BALL::PDBRecords::PDBRecords | ( | const PDBRecords & | pdbi | ) |
virtual BALL::PDBRecords::~PDBRecords | ( | ) | [virtual] |
Random access operator
std::out_of_range | if n < 0 || n >= size() |
Definition at line 153 of file PDBRecords.h.
ConstReference BALL::PDBRecords::at | ( | SizeType | n | ) | const [inline] |
Random access operator
std::out_of_range | if n < 0 || n >= size() |
Definition at line 149 of file PDBRecords.h.
ConstReference BALL::PDBRecords::back | ( | ) | const [inline] |
Definition at line 115 of file PDBRecords.h.
Reference BALL::PDBRecords::back | ( | ) | [inline] |
Definition at line 113 of file PDBRecords.h.
Iterator BALL::PDBRecords::begin | ( | ) | [inline] |
Definition at line 83 of file PDBRecords.h.
ConstIterator BALL::PDBRecords::begin | ( | ) | const [inline] |
STL container compatibility interface. These methods just wrap the corresponding methods of std::vector. Refer to STL documentation for details.
Definition at line 81 of file PDBRecords.h.
SizeType BALL::PDBRecords::capacity | ( | ) | const [inline] |
Definition at line 101 of file PDBRecords.h.
void BALL::PDBRecords::clear | ( | ) | [inline, virtual] |
Clear function of the OCI, doing nothing here.
Reimplemented from BALL::Object.
Definition at line 105 of file PDBRecords.h.
bool BALL::PDBRecords::empty | ( | ) | const [inline] |
Definition at line 103 of file PDBRecords.h.
Iterator BALL::PDBRecords::end | ( | ) | [inline] |
Definition at line 87 of file PDBRecords.h.
ConstIterator BALL::PDBRecords::end | ( | ) | const [inline] |
Definition at line 85 of file PDBRecords.h.
Definition at line 127 of file PDBRecords.h.
Definition at line 125 of file PDBRecords.h.
ConstReference BALL::PDBRecords::front | ( | ) | const [inline] |
Definition at line 111 of file PDBRecords.h.
Reference BALL::PDBRecords::front | ( | ) | [inline] |
Definition at line 109 of file PDBRecords.h.
void BALL::PDBRecords::insert | ( | Iterator | pos, | |
SizeType | n, | |||
ConstReference | value | |||
) | [inline] |
Definition at line 121 of file PDBRecords.h.
void BALL::PDBRecords::insert | ( | Iterator | pos, | |
ConstReference | value | |||
) | [inline] |
Definition at line 119 of file PDBRecords.h.
SizeType BALL::PDBRecords::max_size | ( | ) | const [inline] |
Definition at line 99 of file PDBRecords.h.
bool BALL::PDBRecords::operator!= | ( | const PDBRecords & | rhs | ) | const [inline] |
Definition at line 131 of file PDBRecords.h.
bool BALL::PDBRecords::operator< | ( | const PDBRecords & | rhs | ) | const [inline] |
Definition at line 133 of file PDBRecords.h.
bool BALL::PDBRecords::operator<= | ( | const PDBRecords & | rhs | ) | const [inline] |
Definition at line 137 of file PDBRecords.h.
PDBRecords& BALL::PDBRecords::operator= | ( | const PDBRecords & | rhs | ) |
Assignment
bool BALL::PDBRecords::operator== | ( | const PDBRecords & | rhs | ) | const [inline] |
Definition at line 129 of file PDBRecords.h.
bool BALL::PDBRecords::operator> | ( | const PDBRecords & | rhs | ) | const [inline] |
Definition at line 135 of file PDBRecords.h.
bool BALL::PDBRecords::operator>= | ( | const PDBRecords & | rhs | ) | const [inline] |
Definition at line 139 of file PDBRecords.h.
Definition at line 145 of file PDBRecords.h.
ConstReference BALL::PDBRecords::operator[] | ( | SizeType | n | ) | const [inline] |
Definition at line 143 of file PDBRecords.h.
void BALL::PDBRecords::persistentRead | ( | PersistenceManager & | pm | ) | [virtual] |
Persistent stream reading.
Reimplemented from BALL::PersistentObject.
void BALL::PDBRecords::persistentWrite | ( | PersistenceManager & | pm, | |
const char * | name | |||
) | const [virtual] |
Persistent stream writing.
Reimplemented from BALL::PersistentObject.
void BALL::PDBRecords::pop_back | ( | ) | [inline] |
Definition at line 123 of file PDBRecords.h.
void BALL::PDBRecords::push_back | ( | ConstReference | x | ) | [inline] |
Definition at line 117 of file PDBRecords.h.
ReverseIterator BALL::PDBRecords::rbegin | ( | ) | [inline] |
Definition at line 91 of file PDBRecords.h.
ConstReverseIterator BALL::PDBRecords::rbegin | ( | ) | const [inline] |
Definition at line 89 of file PDBRecords.h.
ReverseIterator BALL::PDBRecords::rend | ( | ) | [inline] |
Definition at line 95 of file PDBRecords.h.
ConstReverseIterator BALL::PDBRecords::rend | ( | ) | const [inline] |
Definition at line 93 of file PDBRecords.h.
Definition at line 107 of file PDBRecords.h.
SizeType BALL::PDBRecords::size | ( | ) | const [inline] |
Definition at line 97 of file PDBRecords.h.
void BALL::PDBRecords::swap | ( | PDBRecords & | rhs | ) | [inline] |
Definition at line 141 of file PDBRecords.h.
std::vector<String> BALL::PDBRecords::records_ [protected] |
The PDB record buffer.
Definition at line 174 of file PDBRecords.h.