#include <vibes.h>
Public Member Functions | |
| Value (int i) | |
| Value (const double &d) | |
| Value (const std::string &s) | |
| Value (const char *s) | |
| Value (const std::vector< Value > &a) | |
| template<typename T > | |
| Value (const std::vector< T > &v) | |
| Value (const Params &p) | |
| bool | empty () |
| std::string | toJSONString () const |
A class to hold any type supported by vibes properties system, an to provide JSON serialization
A static array that can be cast into
This enables easy intialisation of array of parameters with the brace syntax. Example:
1.8.7