| 
    ARC SDK
    
   | 
 
Status map for Endpoint objects. More...
#include <arc/compute/Endpoint.h>
  
 Public Member Functions | |
| EndpointStatusMap () | |
| Creates a std::map with the key comparison object set to Endpoint::ServiceIDCompare.  More... | |
| EndpointStatusMap (EndpointCompareFn fn) | |
Creates a std::map using fn as key comparison object.  More... | |
| EndpointStatusMap (const EndpointStatusMap &m) | |
| Copy constructor.  More... | |
Status map for Endpoint objects.
Wrapper class inheriting from std::map providing no extra functionality than that of std::map. It is needed due to limitations in the language wrapping software (SWIG) that can't handle more than 2 template arguments.
| Arc::EndpointStatusMap::EndpointStatusMap | ( | ) | 
Creates a std::map with the key comparison object set to Endpoint::ServiceIDCompare.
      
  | 
  inline | 
Creates a std::map using fn as key comparison object. 
      
  | 
  inline | 
Copy constructor.
 1.8.14