----------------------------------------------------------------------------- Gets the number of association groups reported by this node -----------------------------------------------------------------------------
| 2965 | // Gets the number of association groups reported by this node |
| 2966 | //----------------------------------------------------------------------------- |
| 2967 | uint8 Node::GetNumGroups |
| 2968 | ( |
| 2969 | ) |
| 2970 | { |
| 2971 | return (uint8) m_groups.size(); |
| 2972 | } |
| 2973 | |
| 2974 | //----------------------------------------------------------------------------- |
| 2975 | // <Node::GetAssociations> |