Scarab  v1.6.1
Project 8 C++ Utility Library
Public Member Functions | Static Public Member Functions | List of all members
param_input_msgpack Class Reference

#include <param_msgpack.hh>

Public Member Functions

 param_input_msgpack ()
 
virtual ~param_input_msgpack ()
 

Static Public Member Functions

static paramread_file (const std::string &a_filename)
 
static paramread_string (const std::string &a_msgpack_str)
 
static paramread_msgpack_element (const msgpack::object &a_msgpack_array)
 

Detailed Description

Definition at line 30 of file param_msgpack.hh.

Constructor & Destructor Documentation

Definition at line 26 of file param_msgpack.cc.

~param_input_msgpack ( )
virtual

Definition at line 29 of file param_msgpack.cc.

Member Function Documentation

static param* read_file ( const std::string &  a_filename)
static
param * read_msgpack_element ( const msgpack::object &  a_msgpack_array)
static

Definition at line 58 of file param_msgpack.cc.

param * read_string ( const std::string &  a_msgpack_str)
static

Definition at line 33 of file param_msgpack.cc.


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