MIRA
Public Types | Public Member Functions | Public Attributes | List of all members
WriteMapPairHelper< Derived, Container > Struct Template Reference

#include <serialization/adapters/std/StlCollections.h>

Public Types

typedef Container::key_type key_type
 
typedef Container::mapped_type mapped_type
 
typedef Container::value_type value_type
 
typedef Container::iterator iterator
 

Public Member Functions

 WriteMapPairHelper (Container &c, iterator &hint)
 
void reflect (Derived &r)
 

Public Attributes

Container & mC
 
iteratormHint
 

Member Typedef Documentation

◆ key_type

typedef Container::key_type key_type

◆ mapped_type

typedef Container::mapped_type mapped_type

◆ value_type

typedef Container::value_type value_type

◆ iterator

typedef Container::iterator iterator

Constructor & Destructor Documentation

◆ WriteMapPairHelper()

WriteMapPairHelper ( Container &  c,
iterator hint 
)
inline

Member Function Documentation

◆ reflect()

void reflect ( Derived &  r)
inline

Member Data Documentation

◆ mC

Container& mC

◆ mHint

iterator& mHint

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