ManagerInfo Class Reference Library » Filter Tree
#include <lib_filtertree.h>
公共成员函数 |
|
ManagerInfo () | |
ManagerInfo ( ManagerType t_type, ManagerNum t_num, NBIT t_foldbit) | |
ManagerType | GetManagerType () const |
ManagerNum | GetManagerNum () const |
NBIT | GetFoldBit () const |
Int32 | GetMNum () const |
void | SetManagerType ( ManagerType t_type) |
void | SetManagerNum ( ManagerNum t_num) |
void | SetFoldBit ( NBIT t_bit) |
私有成员函数 |
|
void | UpdateManagerInfo () |
Private Attributes |
|
ManagerType | type |
ManagerNum | num |
NBIT | foldbit |
Int32 | imanagernum |
Friends |
|
void | iUpdateManagerInfo ( ManagerInfo *minfo) |
ManagerInfo | ( | ) |
Default constructor.
ManagerInfo | ( | ManagerType | t_type , |
ManagerNum | t_num , | ||
NBIT | t_foldbit | ||
) |
Constructor.
[in] | t_type | The manager type: ManagerType |
[in] | t_num | The manager number: ManagerNum |
[in] | t_foldbit | The fold bit. See NBIT . |
|
private |
ManagerType GetManagerType | ( | ) | const |
Gets the manager type.
ManagerNum GetManagerNum | ( | ) | const |
Gets the manager number.
NBIT GetFoldBit | ( | ) | const |
Gets the fold bit.
Int32 GetMNum | ( | ) | const |
Gets the internal manager number.
void SetManagerType | ( | ManagerType | t_type | ) |
Set the manager type.
[in] | t_type | The manager type: ManagerType |
void SetManagerNum | ( | ManagerNum | t_num | ) |
Set the manager number.
[in] | t_num | The manager number: ManagerNum |
void SetFoldBit | ( | NBIT | t_bit | ) |
Sets the fold bit.
|
friend |
|
private |
|
private |
|
private |
|
private |