Itasca C++ Interface
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Attributes | List of all members
fish::LibraryData Struct Reference

Public Attributes

QString desc_
 Full original description.
 
QString name_
 Fully expanded name.
 
UVect2 arguments_ = UVect2(0)
 Min and max number of valid arguments.
 
bool canRead_ = true
 TRUE if can read from the function.
 
bool canWrite_ = false
 TRUE if can write to the function.
 
bool readThreadSafe_ = false
 TRUE if can read from function in a thread.
 
bool writeThreadSafe_ = false
 TRUE if can write to function in a thread.
 
bool plugin_ = false
 TRUE If was loaded as a plutin.
 
std::vector< bool > reference_
 If TRUE, that argument will be implicitly referenced.
 

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