Euphoria
eu::core::FloatValue Struct Reference

#include <propertytree.h>

Inheritance diagram for eu::core::FloatValue:
eu::core::Value

Public Member Functions

 FloatValue (float f)
 
- 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 float & get (core::Value *value)
 

Public Attributes

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

Detailed Description

Definition at line 41 of file propertytree.h.

Constructor & Destructor Documentation

◆ FloatValue()

eu::core::FloatValue::FloatValue ( float  f)
explicit

Definition at line 22 of file propertytree.cc.

Member Function Documentation

◆ get()

float & eu::core::FloatValue::get ( core::Value value)
static

Definition at line 25 of file propertytree.cc.

Member Data Documentation

◆ value

float eu::core::FloatValue::value

Definition at line 43 of file propertytree.h.


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