Image Component Library (ICL)
Public Member Functions | Public Attributes | List of all members
icl::utils::MultiTypeMap::Entry Struct Reference

entry struct used in getEntryList function More...

#include <MultiTypeMap.h>

Public Member Functions

 Entry ()
 
 Entry (const std::string &key, const std::string &type, int len)
 

Public Attributes

std::string key
 
std::string type
 
int len
 

Detailed Description

entry struct used in getEntryList function

Constructor & Destructor Documentation

◆ Entry() [1/2]

icl::utils::MultiTypeMap::Entry::Entry ( )
inline

◆ Entry() [2/2]

icl::utils::MultiTypeMap::Entry::Entry ( const std::string &  key,
const std::string &  type,
int  len 
)
inline

Member Data Documentation

◆ key

std::string icl::utils::MultiTypeMap::Entry::key

◆ len

int icl::utils::MultiTypeMap::Entry::len

◆ type

std::string icl::utils::MultiTypeMap::Entry::type

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