Arbor 3: FSM & BT Graph Editor  3.4.0
FlexiblePrimitiveBase Class Referenceabstract

Class to handle a flexible primitive type reference method there is more than one. More...

Inheritance diagram for FlexiblePrimitiveBase:
IFlexibleField FlexibleBool FlexibleFloat FlexibleInt FlexibleLong

Public Member Functions

abstract object GetValueObject ()
 Return the value as object. More...
 

Protected Attributes

FlexiblePrimitiveType _Type = FlexiblePrimitiveType.Constant
 Reference type of primitive type More...
 

Properties

FlexiblePrimitiveType type [get]
 It returns a type More...
 

Detailed Description

Class to handle a flexible primitive type reference method there is more than one.

Inherit and use it.

Member Function Documentation

abstract object GetValueObject ( )
pure virtual

Return the value as object.

Returns
The value object

Implements IFlexibleField.

Implemented in FlexibleInt, FlexibleLong, FlexibleFloat, and FlexibleBool.

Member Data Documentation

Reference type of primitive type

Property Documentation

It returns a type