|
static void | init (const Properties &globdat) |
|
static Properties | dup (const Properties &globdat) |
|
static Properties | newInstance (const String &name) |
|
static Properties | newTempData () |
|
static Properties | getVariables (const Properties &globdat) |
|
static Properties | getVariables (const String &name, const Properties &globdat) |
|
static Properties | findVariables (const String &name, const Properties &globdat) |
|
static bool | hasVariable (const String &name, const Properties &globdat) |
|
static Properties | findDataFor (const Ref< Object > &context, const Properties &globdat) |
|
static Properties | getDataFor (const Ref< Object > &context, const Properties &globdat) |
|
static void | eraseDataFor (const Ref< Object > &context, const Properties &globdat) |
|
template<class T > |
static void | storeFor (const String &name, const Ref< T > &val, const Ref< Object > &context, const Properties &globdat) |
|
template<class T > |
static bool | findFor (Ref< T > &val, const String &name, const Ref< Object > &context, const Properties &globdat) |
|
template<class T > |
static bool | extractFor (Ref< T > &val, const String &name, const Ref< Object > &context, const Properties &globdat) |
|
static void | initTime (const Properties &globdat) |
|
static void | advanceTime (double delta, const Properties &globdat) |
|
static void | restoreTime (const Properties &globdat) |
|
static void | commitTime (const Properties &globdat) |
|
static void | initStep (const Properties &globdat) |
|
static void | advanceStep (const Properties &globdat) |
|
static void | restoreStep (const Properties &globdat) |
|
static void | commitStep (const Properties &globdat) |
|