| 
| 
string  | desc_ | 
|   | Full original description. 
  | 
|   | 
| 
string  | 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. 
  | 
|   | 
| 
bool  | readClusterSafe_ = true | 
|   | FALSE if can't use when cluster active. 
  | 
|   | 
| 
bool  | writeClusterSafe_ = true | 
|   | FALSE if can't use when cluster active. 
  | 
|   | 
| 
bool  | writeClusterDistribute_ = true | 
|   | FALSE if should not send a PUT to this to all other processes. 
  | 
|   | 
The documentation for this struct was generated from the following file: