MEPP2 Project
Public Member Functions | Private Attributes | List of all members
FEVV::DataStructures::AIF::AssocPropertyMap< KeyType, ValueType > Class Template Reference

#include <AIFProperties.h>

Inheritance diagram for FEVV::DataStructures::AIF::AssocPropertyMap< KeyType, ValueType >:
Inheritance graph
Collaboration diagram for FEVV::DataStructures::AIF::AssocPropertyMap< KeyType, ValueType >:
Collaboration graph

Public Member Functions

 AssocPropertyMap (void)
 
- Public Member Functions inherited from FEVV::DataStructures::AIF::BasePropertyMap
virtual ~BasePropertyMap ()
 
virtual void forcePolymorphic (void)
 
virtual void remove (std::size_t, std::size_t)
 

Private Attributes

std::map< KeyType, ValueType > map
 

Detailed Description

template<typename KeyType, typename ValueType>
class FEVV::DataStructures::AIF::AssocPropertyMap< KeyType, ValueType >

Definition at line 443 of file AIFProperties.h.

Constructor & Destructor Documentation

◆ AssocPropertyMap()

template<typename KeyType , typename ValueType >
FEVV::DataStructures::AIF::AssocPropertyMap< KeyType, ValueType >::AssocPropertyMap ( void  )
inline

Definition at line 448 of file AIFProperties.h.

Member Data Documentation

◆ map

template<typename KeyType , typename ValueType >
std::map< KeyType, ValueType > FEVV::DataStructures::AIF::AssocPropertyMap< KeyType, ValueType >::map
private

Definition at line 461 of file AIFProperties.h.


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