Vibes C++ API
 All Classes Namespaces Files Functions Variables Typedefs Macros Groups
Classes | Public Member Functions | List of all members
vibes::Params Class Reference

#include <vibes.h>

Classes

class  NameHelper
 

Public Member Functions

template<typename T >
 Params (const std::string &name, const T &p)
 
Valueoperator[] (const std::string &key)
 
Value pop (const std::string &key, const Value &value_not_found=Value())
 
NameHelper operator, (const std::string &s)
 
Paramsoperator& (const Params &p)
 
std::size_t size () const
 
std::string toJSON () const
 

Detailed Description

A class that holds a list of parameters, and provides JSON serialization

Definition at line 119 of file vibes.h.


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