MIRA
Static Public Member Functions | List of all members
ReflectCollectionCount< Reflector, Collection > Struct Template Reference

Can be specialized for a concrete derived RecursiveMemberReflector to reflect the size of collections like vectors, arrays, lists, maps, etc. More...

#include <serialization/ReflectCollection.h>

Static Public Member Functions

static void reflect (Reflector &r, uint32 &ioCount)
 

Detailed Description

template<typename Reflector, typename Collection>
struct mira::serialization::ReflectCollectionCount< Reflector, Collection >

Can be specialized for a concrete derived RecursiveMemberReflector to reflect the size of collections like vectors, arrays, lists, maps, etc.

This default implementation reflects the number of items as "@itemcount".

Member Function Documentation

◆ reflect()

static void reflect ( Reflector &  r,
uint32 &  ioCount 
)
inlinestatic

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