#include "value.hh"
Inherits vector< ValueP >.
Public Types | |
using | ValuePVector = std::vector< ValueP > |
Public Member Functions | |
void | push_back (const Value &v) |
void | push_back (Value &&v) |
String | repr () const |
ValueS () | |
ValueS (std::initializer_list< Value > il) | |
Static Public Attributes | |
static const ValueS | empty_array |
using ValuePVector = std::vector<ValueP> |
ValueS | ( | ) |
void push_back | ( | const Value & | v | ) |
void push_back | ( | Value && | v | ) |
String repr | ( | ) | const |
|
static |