test if this group is empty
| 498 | |
| 499 | /// test if this group is empty |
| 500 | bool ParameterGrp::IsEmpty() const |
| 501 | { |
| 502 | return !(_pGroupNode && _pGroupNode->getFirstChild()); |
| 503 | } |
| 504 | |
| 505 | /// test if a special sub group is in this group |
| 506 | bool ParameterGrp::HasGroup(const char* Name) const |
no outgoing calls
no test coverage detected