Public Member Functions | |
Count_If_Bounded (double L=0.0, double H=0.0, CountType w=Low) | |
Count_If_Bounded (const Count_If_Bounded &cib) | |
~Count_If_Bounded () | |
Count_If_Bounded & | operator= (const Count_If_Bounded &cib) |
bool | operator() (EmployeePtr well) const |
void | set_count (long c=0) |
void | set_bounds (double L, double H, CountType w) |
long | get_count (void) const |
Definition at line 174 of file main.C.
Count_If_Bounded< EmployeePtr >::Count_If_Bounded | ( | double | L = 0.0 , |
|
double | H = 0.0 , |
|||
CountType | w = Low | |||
) | [inline] |
Count_If_Bounded< EmployeePtr >::Count_If_Bounded | ( | const Count_If_Bounded< EmployeePtr > & | cib | ) | [inline] |
Count_If_Bounded< EmployeePtr >::~Count_If_Bounded | ( | ) | [inline] |
Count_If_Bounded& Count_If_Bounded< EmployeePtr >::operator= | ( | const Count_If_Bounded< EmployeePtr > & | cib | ) | [inline] |
bool Count_If_Bounded< EmployeePtr >::operator() | ( | EmployeePtr | well | ) | const [inline] |
void Count_If_Bounded< EmployeePtr >::set_count | ( | long | c = 0 |
) | [inline] |
void Count_If_Bounded< EmployeePtr >::set_bounds | ( | double | L, | |
double | H, | |||
CountType | w | |||
) | [inline] |
long Count_If_Bounded< EmployeePtr >::get_count | ( | void | ) | const [inline] |