MissingEntry Class Reference

Indicates that a container did not have an entry under a given name. More...

#include <RobotAPI/libraries/armem/core/error/ArMemError.h>

+ Inheritance diagram for MissingEntry:

Public Member Functions

 MissingEntry (const std::string &missingTerm, const std::string &missingName, const std::string &containerTerm, const std::string &containerName, size_t containerSize)
 
- Public Member Functions inherited from ArMemError
 ArMemError (const std::string &msg)
 

Static Public Member Functions

template<class MissingT , class ContainerT >
static MissingEntry create (const std::string &missingKey, const ContainerT &container)
 
static std::string makeMsg (const std::string &missingTerm, const std::string &missingName, const std::string &containerTerm, const std::string &containerName, size_t size)
 

Detailed Description

Indicates that a container did not have an entry under a given name.

Definition at line 74 of file ArMemError.h.

Constructor & Destructor Documentation

◆ MissingEntry()

MissingEntry ( const std::string &  missingTerm,
const std::string &  missingName,
const std::string &  containerTerm,
const std::string &  containerName,
size_t  containerSize 
)

Definition at line 80 of file ArMemError.cpp.

+ Here is the caller graph for this function:

Member Function Documentation

◆ create()

static MissingEntry create ( const std::string &  missingKey,
const ContainerT &  container 
)
inlinestatic

Definition at line 79 of file ArMemError.h.

+ Here is the call graph for this function:

◆ makeMsg()

std::string makeMsg ( const std::string &  missingTerm,
const std::string &  missingName,
const std::string &  containerTerm,
const std::string &  containerName,
size_t  size 
)
static

Definition at line 90 of file ArMemError.cpp.


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