ARC SDK
Public Member Functions
Arc::EndpointStatusMap Class Reference

Status map for Endpoint objects. More...

#include <arc/compute/Endpoint.h>

Inheritance diagram for Arc::EndpointStatusMap:

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...
 

Detailed Description

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.

Since
Added in 3.0.0.

Constructor & Destructor Documentation

◆ EndpointStatusMap() [1/3]

Arc::EndpointStatusMap::EndpointStatusMap ( )

Creates a std::map with the key comparison object set to Endpoint::ServiceIDCompare.

◆ EndpointStatusMap() [2/3]

Arc::EndpointStatusMap::EndpointStatusMap ( EndpointCompareFn  fn)
inline

Creates a std::map using fn as key comparison object.

◆ EndpointStatusMap() [3/3]

Arc::EndpointStatusMap::EndpointStatusMap ( const EndpointStatusMap m)
inline

Copy constructor.


The documentation for this class was generated from the following file: