src/hugo/sym_map.h
changeset 899 f485b3008cf5
parent 891 74589d20dbc3
child 901 69a8e672acb1
equal deleted inserted replaced
2:63c75c4e0c1f 3:33e32537e9ab
    83     typedef typename MapImpl::KeyType KeyType;
    83     typedef typename MapImpl::KeyType KeyType;
    84 
    84 
    85   public:
    85   public:
    86 
    86 
    87 
    87 
    88     /** Default constructor for the map.
       
    89      */
       
    90     SymMap() : MapImpl() {}
       
    91 
       
    92     /** Graph and Registry initialized map constructor.
    88     /** Graph and Registry initialized map constructor.
    93      */
    89      */
    94     SymMap(const Graph& g, MapRegistry& r) : MapImpl(g, r) {}
    90     SymMap(const Graph& g, MapRegistry& r) : MapImpl(g, r) {}
    95 
    91 
    96     /** Constructor to use default value to initialize the map. 
    92     /** Constructor to use default value to initialize the map.