#include <stx_group.h>

Definition at line 159 of file stx_group.h.
Public Member Functions | |
| stx_Groups (int a_numb) | |
| void | InsertEl (int a_groupID, const _T a_el) |
| void | Clear (int a_groupID) |
| _G & | GetGroup (int a_groupID) |
Public Attributes | |
| log_CLASSID_m | |
| stx_Groups< _G, _T >::stx_Groups | ( | int | a_numb | ) | [inline] |
Definition at line 164 of file stx_group.h.
00164 { 00165 // create vector with a_numb of groups, using defaul constructor of _EL 00166 this->resize(a_numb); 00167 };
| void stx_Groups< _G, _T >::InsertEl | ( | int | a_groupID, | |
| const _T | a_el | |||
| ) | [inline] |
Definition at line 169 of file stx_group.h.
Referenced by fio_TransGroupLock< _T, _defTransEl >::CanLockByIDOwn(), and fio_TransGroupLock< _T, _defTransEl >::LockByIDOwn().

| void stx_Groups< _G, _T >::Clear | ( | int | a_groupID | ) | [inline] |
| _G& stx_Groups< _G, _T >::GetGroup | ( | int | a_groupID | ) | [inline] |
Definition at line 173 of file stx_group.h.
Referenced by fio_TransGroupLock< _T, _defTransEl >::LockByIDOwn(), fio_TransGroupLock< _T, _defTransEl >::ReserveGroup(), and fio_TransGroupLock< _T, _defTransEl >::UnLockByOwn().

| stx_Groups< _G, _T >::log_CLASSID_m |
Definition at line 162 of file stx_group.h.
1.5.6