Envision
A visual programming IDE for object-oriented languages
|
Public Types | |
enum class | DefaultCaptureType : int { None , Value , Reference } |
Public Member Functions | |
DefaultCaptureType | defaultCaptureType () const |
void | setDefaultCaptureType (const DefaultCaptureType &type) |
virtual std::unique_ptr< Type > | type () override |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
using | Super = Reflect< Base > |
|
strong |
|
inline |
|
inline |
|
overridevirtual |