| 
| static void  | visit_global (bool with_hosts, bool with_users, bool with_accounts, bool with_threads, bool with_THDs, PFS_connection_visitor *visitor) | 
|   | Visit all connections.  More...
  | 
|   | 
| static void  | visit_host (PFS_host *host, bool with_accounts, bool with_threads, bool with_THDs, PFS_connection_visitor *visitor) | 
|   | Visit all connections of a host.  More...
  | 
|   | 
| static void  | visit_user (PFS_user *user, bool with_accounts, bool with_threads, bool with_THDs, PFS_connection_visitor *visitor) | 
|   | Visit all connections of a user.  More...
  | 
|   | 
| static void  | visit_account (PFS_account *account, bool with_threads, bool with_THDs, PFS_connection_visitor *visitor) | 
|   | Visit all connections of a user+host.  More...
  | 
|   | 
| static void  | visit_thread (PFS_thread *thread, PFS_connection_visitor *visitor) | 
|   | Visit a thread or connection.  More...
  | 
|   | 
| static void  | visit_THD (THD *thd, PFS_connection_visitor *visitor) | 
|   | Visit THD.  More...
  | 
|   | 
Iterator over groups of connections. 
- See also
 - PFS_connection_visitor