5 #ifndef BALL_FORMAT_PDBRECORDS_H
6 #define BALL_FORMAT_PDBRECORDS_H
11 #ifndef BALL_DATATYPE_HASHMAP_H
15 #ifndef BALL_CONCEPT_PERSISTENCEMANAGER_H
37 typedef std::vector<String>::iterator
Iterator;
38 typedef std::vector<String>::iterator
iterator;
54 typedef std::vector<String>::size_type
SizeType;
63 PDBRecords(const PDBRecords& pdbi) ;
65 virtual ~PDBRecords() ;
71 PDBRecords& operator = (const PDBRecords& rhs);
103 bool empty()
const {
return records_.empty(); }
179 #endif // BALL_FORMAT_PDBRECORDS_H
void clear()
Clear function of the OCI, doing nothing here.
ConstIterator end() const
std::vector< String >::iterator Iterator
ConstIterator begin() const
#define BALL_CREATE(name)
std::vector< String >::difference_type DifferenceType
const String & const_reference
ConstReverseIterator rend() const
SizeType capacity() const
ConstReverseIterator rbegin() const
void insert(Iterator pos, SizeType n, ConstReference value)
SizeType max_size() const
ConstReference at(SizeType n) const
ConstReference back() const
BALL_EXPORT bool operator>(const String &s1, const String &s2)
std::vector< String >::const_reverse_iterator const_reverse_iterator
void push_back(ConstReference x)
std::vector< String >::difference_type difference_type
BALL_EXTERN_VARIABLE const double c
std::vector< String >::const_iterator const_iterator
std::vector< String > records_
The PDB record buffer.
std::vector< String >::const_reverse_iterator ConstReverseIterator
BALL_EXPORT bool operator!=(const String &s1, const String &s2)
void swap(PDBRecords &rhs)
std::vector< String >::const_iterator ConstIterator
BALL_EXPORT bool operator>=(const String &s1, const String &s2)
BALL_EXPORT bool operator==(const String &s1, const String &s2)
BALL_EXPORT bool operator<=(const String &s1, const String &s2)
Iterator erase(Iterator pos)
std::vector< String >::iterator iterator
std::vector< String >::size_type SizeType
void resize(SizeType sz, ValueType c=ValueType())
const String & ConstReference
std::vector< String >::reverse_iterator ReverseIterator
std::vector< String >::size_type size_type
Iterator erase(Iterator first, Iterator last)
void insert(Iterator pos, ConstReference value)
std::vector< String >::reverse_iterator reverse_iterator
ConstReference front() const
BALL_EXPORT bool operator<(const String &s1, const String &s2)