mc_rtc::ConfigurationLoader< T > Struct Template Reference

#include <mc_rtc/Configuration.h>

Static Public Member Functions

static void load (const mc_rtc::Configuration &)
 
static void save (const T &)
 

Detailed Description

template<typename T>
struct mc_rtc::ConfigurationLoader< T >

This structure should be specialized to implement serialization for a new type.

load return type should be T

save return type should be mc_rtc::Configuration

Member Function Documentation

◆ load()

template<typename T >
static void mc_rtc::ConfigurationLoader< T >::load ( const mc_rtc::Configuration )
inlinestatic

◆ save()

template<typename T >
static void mc_rtc::ConfigurationLoader< T >::save ( const T &  )
inlinestatic

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