[ GAMB | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
public: | |
Sheet(); | |
Sheet(const unsigned short size, const char sheet_id[]); | |
explicit | Sheet(const char* const PDBrec); |
bool | isCurrSheet(const char sheetId[]) const; |
bool | add(const char* const PDBrec); |
Sheet& | operator=(const Sheet& rhs); |
friend ostream& | operator<<(ostream& s, const Sheet& bs); |
protected: |
Copyright: SAMBA group, Tel-Aviv Univ. Israel, 1999.
Sheet();
Sheet(const unsigned short size, const char sheet_id[]);
explicit Sheet(const char* const PDBrec);
bool isCurrSheet(const char sheetId[]) const;
bool add(const char* const PDBrec);
Sheet& operator=(const Sheet& rhs);
friend ostream& operator<<(ostream& s, const Sheet& bs);
public: | ||
---|---|---|
// STL compliance defintions | ||
typedef DataT* | iterator; | |
typedef const DataT* | const_iterator; | |
typedef DataT& | reference; | |
typedef const DataT& | const_reference; | |
// Constructors/Destructor | ||
explicit | SmallArray(unsigned short size); | |
bool | push_back(const DataT& elem); | |
// OPERATORS | ||
SmallArray< DataT>& | operator=(const SmallArray< DataT>& sa); | |
reference | operator[](unsigned short index); | |
const_reference | operator[](unsigned short index) const; | |
iterator | begin(); | |
const_iterator | begin() const; | |
iterator | end(); | |
const_iterator | end() const; | |
unsigned short | size() const ; | |
unsigned short | max_size() const ; | |
unsigned short | capacity() const ; | |
bool | empty() ; | |
bool | full() ; | |
explicit | Sheet(const char* const PDBrec); | |
bool | isCurrSheet(const char sheetId[]) const; | |
bool | add(const char* const PDBrec); | |
Sheet& | operator=(const Sheet& rhs); | |
friend ostream& | operator<<(ostream& s, const Sheet& bs); | |
protected: |
Report problems to jkotula@unimax.com