PLaSK library
Loading...
Searching...
No Matches
plask::Manager::Map< T > Struct Template Reference

#include <plask/manager.hpp>

Inheritance diagram for plask::Manager::Map< T >:
[legend]
Collaboration diagram for plask::Manager::Map< T >:
[legend]

Public Member Functions

std::map< std::string, T >::iterator find (const std::string &key)
 
std::map< std::string, T >::const_iterator find (const std::string &key) const
 

Detailed Description

template<typename T>
struct plask::Manager::Map< T >

Definition at line 54 of file manager.hpp.

Member Function Documentation

◆ find() [1/2]

template<typename T >
std::map< std::string, T >::iterator plask::Manager::Map< T >::find ( const std::string &  key)
inline

Definition at line 55 of file manager.hpp.

◆ find() [2/2]

template<typename T >
std::map< std::string, T >::const_iterator plask::Manager::Map< T >::find ( const std::string &  key) const
inline

Definition at line 61 of file manager.hpp.


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