Euphoria
eu::core::IntValue Struct Reference

#include <propertytree.h>

Inheritance diagram for eu::core::IntValue:
eu::core::Value

Public Member Functions

 IntValue (int i)
 
- Public Member Functions inherited from eu::core::Value
 Value (ValueType vt)
 
virtual ~Value ()=default
 
 Value (const Value &)=delete
 
 Value (Value &&)=delete
 
void operator= (const Value &)=delete
 
void operator= (Value &&)=delete
 

Static Public Member Functions

static int & get (core::Value *value)
 

Public Attributes

int value
 
- Public Attributes inherited from eu::core::Value
const ValueType type
 

Detailed Description

Definition at line 32 of file propertytree.h.

Constructor & Destructor Documentation

◆ IntValue()

eu::core::IntValue::IntValue ( int  i)
explicit

Definition at line 10 of file propertytree.cc.

Member Function Documentation

◆ get()

int & eu::core::IntValue::get ( core::Value value)
static

Definition at line 13 of file propertytree.cc.

Member Data Documentation

◆ value

int eu::core::IntValue::value

Definition at line 34 of file propertytree.h.


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