#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.
typedef std::vector<String>::const_iterator BALL::PDBRecords::const_iterator |
typedef const String& BALL::PDBRecords::const_reference |
typedef std::vector<String>::const_reverse_iterator BALL::PDBRecords::const_reverse_iterator |
typedef std::vector<String>::const_iterator BALL::PDBRecords::ConstIterator |
typedef const String& BALL::PDBRecords::ConstReference |
typedef std::vector<String>::const_reverse_iterator BALL::PDBRecords::ConstReverseIterator |
typedef std::vector<String>::difference_type BALL::PDBRecords::difference_type |
typedef std::vector<String>::difference_type BALL::PDBRecords::DifferenceType |
typedef std::vector<String>::iterator BALL::PDBRecords::iterator |
typedef std::vector<String>::iterator BALL::PDBRecords::Iterator |
typedef String& BALL::PDBRecords::Reference |
typedef String& BALL::PDBRecords::reference |
typedef std::vector<String>::reverse_iterator BALL::PDBRecords::reverse_iterator |
typedef std::vector<String>::reverse_iterator BALL::PDBRecords::ReverseIterator |
typedef std::vector<String>::size_type BALL::PDBRecords::size_type |
typedef std::vector<String>::size_type BALL::PDBRecords::SizeType |
typedef String BALL::PDBRecords::value_type |
typedef String BALL::PDBRecords::ValueType |
BALL::PDBRecords::PDBRecords | ( | ) |
BALL::PDBRecords::PDBRecords | ( | const PDBRecords & | pdbi | ) |
virtual BALL::PDBRecords::~PDBRecords | ( | ) | [virtual] |
ConstReference BALL::PDBRecords::at | ( | SizeType | n | ) | const throw (std::out_of_range) [inline] |
ConstReference BALL::PDBRecords::back | ( | ) | const [inline] |
Reference BALL::PDBRecords::back | ( | ) | [inline] |
Iterator BALL::PDBRecords::begin | ( | ) | [inline] |
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.
SizeType BALL::PDBRecords::capacity | ( | ) | const [inline] |
void BALL::PDBRecords::clear | ( | ) | [inline] |
bool BALL::PDBRecords::empty | ( | ) | const [inline] |
Iterator BALL::PDBRecords::end | ( | ) | [inline] |
ConstIterator BALL::PDBRecords::end | ( | ) | const [inline] |
ConstReference BALL::PDBRecords::front | ( | ) | const [inline] |
Reference BALL::PDBRecords::front | ( | ) | [inline] |
void BALL::PDBRecords::insert | ( | Iterator | pos, | |
SizeType | n, | |||
ConstReference | value | |||
) | [inline] |
void BALL::PDBRecords::insert | ( | Iterator | pos, | |
ConstReference | value | |||
) | [inline] |
SizeType BALL::PDBRecords::max_size | ( | ) | const [inline] |
bool BALL::PDBRecords::operator!= | ( | const PDBRecords & | rhs | ) | const [inline] |
References records_.
bool BALL::PDBRecords::operator< | ( | const PDBRecords & | rhs | ) | const [inline] |
References records_.
bool BALL::PDBRecords::operator<= | ( | const PDBRecords & | rhs | ) | const [inline] |
References records_.
PDBRecords& BALL::PDBRecords::operator= | ( | const PDBRecords & | rhs | ) |
Assignment
bool BALL::PDBRecords::operator== | ( | const PDBRecords & | rhs | ) | const [inline] |
References records_.
bool BALL::PDBRecords::operator> | ( | const PDBRecords & | rhs | ) | const [inline] |
References records_.
bool BALL::PDBRecords::operator>= | ( | const PDBRecords & | rhs | ) | const [inline] |
References records_.
ConstReference BALL::PDBRecords::operator[] | ( | SizeType | n | ) | const [inline] |
void BALL::PDBRecords::pop_back | ( | ) | [inline] |
void BALL::PDBRecords::push_back | ( | ConstReference | x | ) | [inline] |
ReverseIterator BALL::PDBRecords::rbegin | ( | ) | [inline] |
ConstReverseIterator BALL::PDBRecords::rbegin | ( | ) | const [inline] |
ReverseIterator BALL::PDBRecords::rend | ( | ) | [inline] |
ConstReverseIterator BALL::PDBRecords::rend | ( | ) | const [inline] |
References BALL::Constants::c.
SizeType BALL::PDBRecords::size | ( | ) | const [inline] |
void BALL::PDBRecords::swap | ( | PDBRecords & | rhs | ) | [inline] |
References records_.
std::vector<String> BALL::PDBRecords::records_ [protected] |
The PDB record buffer.
Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), operator>=(), and swap().