Zen
A cross-platform functional programming language
|
Intrinsic data type. More...
#include <zbl.hpp>
Public Member Functions | |
data () | |
Default constructor. | |
void | setId (const int64 &id) |
Set the data id. | |
const int64 & | id () const |
Get data id. | |
Private Attributes | |
int64 | _id |
The ID. |
Intrinsic data type.
Same as tree (mapping of any:any) but additionally has an id value
const int64& id | ( | ) | const [inline] |
Get data id.
void setId | ( | const int64 & | id | ) | [inline] |
Set the data id.
id | ID value to set |