MDBL Library
|
#include <GroupSet.hpp>
Public Member Functions | |
CGroupSet () | |
CGroupSet (const CGroupSet &oSet) | |
~CGroupSet () | |
size_t | Count () const |
CResultSet & | ResultSet (size_t n) const |
CResultSet & | operator[] (size_t n) const |
void | Add (const CResultSet &oRS) |
Protected Types | |
typedef TPtrArray< CResultSet > | CResultSets |
Protected Attributes | |
CResultSets | m_oResSets |
Private Member Functions | |
void | operator= (const CGroupSet &) |
typedef TPtrArray<CResultSet> CGroupSet::CResultSets [protected] |
CGroupSet::CGroupSet | ( | const CGroupSet & | oSet | ) |
size_t CGroupSet::Count | ( | ) | const [inline] |
CResultSet & CGroupSet::ResultSet | ( | size_t | n | ) | const [inline] |
CResultSet & CGroupSet::operator[] | ( | size_t | n | ) | const [inline] |
void CGroupSet::Add | ( | const CResultSet & | oRS | ) | [inline] |
void CGroupSet::operator= | ( | const CGroupSet & | ) | [private] |
CResultSets CGroupSet::m_oResSets [protected] |