40 if (indices.busy() ==
true)
51 indices.acquire( _obj );
58 if (indices.release( _obj ) ==
false)
69 if (indices.add( _obj ) ==
false)
80 return indices.getPool();
#define LOG(level)
Just define a handy macro for getting the logger.
returnValue release(const ExportIndex &_obj)
Allows to pass back messages to the calling function.
string toString(T const &value)
Returned value is a error.
#define CLOSE_NAMESPACE_ACADO
Defines a scalar-valued index variable to be used for exporting code.
Returned value is a warning.
returnValue acquire(ExportIndex &_obj)
returnValue add(const ExportIndex &_obj)
std::string getFullName() const
std::vector< ExportIndex > getPool(void)
#define BEGIN_NAMESPACE_ACADO
#define ACADOERROR(retval)