Envision
A visual programming IDE for object-oriented languages
List of all members | Public Member Functions
OOModel::FloatLiteral Class Reference
Inheritance diagram for OOModel::FloatLiteral:
Core::Reflect< Base >

Public Member Functions

 FloatLiteral (const QString &value)
 
 FloatLiteral (double value)
 
virtual std::unique_ptr< Typetype () override
 

Additional Inherited Members

- Protected Types inherited from Core::Reflect< Base >
using Super = Reflect< Base >
 

Constructor & Destructor Documentation

◆ FloatLiteral() [1/2]

OOModel::FloatLiteral::FloatLiteral ( double  value)

◆ FloatLiteral() [2/2]

OOModel::FloatLiteral::FloatLiteral ( const QString &  value)

Member Function Documentation

◆ type()

std::unique_ptr< Type > OOModel::FloatLiteral::type ( )
overridevirtual