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

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

Inheritance diagram for FlexiblePrimitiveBase:
IFlexibleField IValueContainer 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

◆ GetValueObject()

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

◆ _Type

Reference type of primitive type

Property Documentation

◆ type

It returns a type