| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
 
Public Member Functions | |
| TSSet (int capacity) | |
| TSSet (const TSSet &set) | |
| ~TSSet () | |
| void | Add (int i) | 
| void | Remove (int i) | 
| bool | IsKey (int i) const | 
| int | Capacity () const | 
| int | Size () const | 
| bool | operator[] (int i) const | 
Protected Attributes | |
| int | m_capacity | 
| int | m_size | 
| bool * | m_nodes | 
Definition at line 17 of file subgraphenum.h.
      
  | 
  inline | 
Definition at line 23 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSSet::m_capacity, TSubGraphEnum< TGraphCounter >::TSSet::m_nodes, and TSubGraphEnum< TGraphCounter >::TSSet::m_size.
      
  | 
  inline | 
Definition at line 26 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSSet::m_capacity, TSubGraphEnum< TGraphCounter >::TSSet::m_nodes, and TSubGraphEnum< TGraphCounter >::TSSet::m_size.
      
  | 
  inline | 
Definition at line 29 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSSet::m_nodes.
      
  | 
  inline | 
Definition at line 31 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSSet::m_nodes, and TSubGraphEnum< TGraphCounter >::TSSet::m_size.
Referenced by TSubGraphEnum< TGraphCounter >::GetSubGraphs(), and TSubGraphEnum< TGraphCounter >::GetSubGraphs_recursive().

      
  | 
  inline | 
Definition at line 34 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSSet::m_capacity.
Referenced by TSubGraphEnum< TGraphCounter >::GetSubGraphs_recursive().

      
  | 
  inline | 
Definition at line 33 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSSet::m_nodes.
Referenced by TSubGraphEnum< TGraphCounter >::GetSubGraphs_recursive().

      
  | 
  inline | 
Definition at line 36 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSSet::m_nodes.
      
  | 
  inline | 
Definition at line 32 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSSet::m_nodes, and TSubGraphEnum< TGraphCounter >::TSSet::m_size.
Referenced by TSubGraphEnum< TGraphCounter >::GetSubGraphs_recursive().

      
  | 
  inline | 
Definition at line 35 of file subgraphenum.h.
References TSubGraphEnum< TGraphCounter >::TSSet::m_size.
      
  | 
  protected | 
Definition at line 19 of file subgraphenum.h.
Referenced by TSubGraphEnum< TGraphCounter >::TSSet::Capacity(), and TSubGraphEnum< TGraphCounter >::TSSet::TSSet().
      
  | 
  protected | 
Definition at line 21 of file subgraphenum.h.
Referenced by TSubGraphEnum< TGraphCounter >::TSSet::Add(), TSubGraphEnum< TGraphCounter >::TSSet::IsKey(), TSubGraphEnum< TGraphCounter >::TSSet::operator[](), TSubGraphEnum< TGraphCounter >::TSSet::Remove(), TSubGraphEnum< TGraphCounter >::TSSet::TSSet(), and TSubGraphEnum< TGraphCounter >::TSSet::~TSSet().
      
  | 
  protected | 
Definition at line 20 of file subgraphenum.h.
Referenced by TSubGraphEnum< TGraphCounter >::TSSet::Add(), TSubGraphEnum< TGraphCounter >::TSSet::Remove(), TSubGraphEnum< TGraphCounter >::TSSet::Size(), and TSubGraphEnum< TGraphCounter >::TSSet::TSSet().