|  |  | 
#include <VariableBase.h>


| Protected Member Functions | |
| template<class T > | |
| void | init (const VariableT< T > &value) | 
| Copy constructor handler. | |
| template<class T > | |
| void | init (VariableT< T > &value) | 
| void | init (const std::type_info &t=typeid(void)) | 
| Default constructor generates an empty array. | |
| template<class T > | |
| void | init (const T &value) | 
| template<class T > | |
| void | init (const T &value, const std::type_info &t) | 
| void | init (const VariableBase &v) | 
| Copies type, data and separator char. | |
| void | init (const Castable &c) | 
| Copies type, data and separator char. | |
| void | init (const char *s) | 
| Copies type, data and separator char. | |
| template<typename T > | |
| void | init (std::initializer_list< T > l, const std::type_info &t=typeid(void)) | 
| Initialisation with type of the first element or explicit type argument. | |
| template<class ... TT> | |
| void | init (const TT &...args) | 
| T | - VariableBase for Variable | 
Copy constructor handler.
Copy constructor handler | V | F | R | V | % | % | % | F | V | F | R | R | V | F | R |
 1.9.8
 1.9.8