ztsdb
Public Member Functions | Public Attributes | List of all members
val::VList Struct Reference

Public Member Functions

 VList (const Array< Value > &a_p)
 
 VList (const VList &l)
 
void push_back (pair< string, Value > p)
 
size_t size () const
 
VList subsetRows (idx_type from, idx_type to, bool addrownums=false) const
 These allow 'VList' to be used in a template the same way as 'Array<T>':
 
const Vector< idx_type > & getdim () const
 
const idx_type getdim (idx_type d) const
 
Vector< zstringgetNamesVector (idx_type d) const
 
VListremove (arr::idx_type i)
 
void at (arr::idx_type i, const val::Value &v)
 
void at (arr::idx_type i, val::Value &&v)
 
Value operator[] (arr::idx_type i) const
 
Value operator[] (const std::string &s)
 

Public Attributes

Array< Value > a
 

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