3#include "base/src/istring.h"
Definition librarydata.h:8
bool writeClusterDistribute_
FALSE if should not send a PUT to this to all other processes.
Definition librarydata.h:20
bool readClusterSafe_
FALSE if can't use when cluster active.
Definition librarydata.h:18
bool canWrite_
TRUE if can write to the function.
Definition librarydata.h:13
bool canRead_
TRUE if can read from the function.
Definition librarydata.h:12
bool plugin_
TRUE If was loaded as a plutin.
Definition librarydata.h:16
UVect2 arguments_
Min and max number of valid arguments.
Definition librarydata.h:11
IString desc_
Full original description.
Definition librarydata.h:9
bool writeClusterSafe_
FALSE if can't use when cluster active.
Definition librarydata.h:19
std::vector< bool > reference_
If TRUE, that argument will be implicitly referenced.
Definition librarydata.h:17
bool writeThreadSafe_
TRUE if can write to function in a thread.
Definition librarydata.h:15
bool readThreadSafe_
TRUE if can read from function in a thread.
Definition librarydata.h:14
IString name_
Fully expanded name.
Definition librarydata.h:10