#include <jive/util/Globdat.h>
|
| 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) |
| |
| static void jive::util::Globdat::init |
( |
const Properties & |
globdat | ) |
|
|
static |
| static Properties jive::util::Globdat::newTempData |
( |
| ) |
|
|
static |
| static bool jive::util::Globdat::hasVariable |
( |
const String & |
name, |
|
|
const Properties & |
globdat |
|
) |
| |
|
static |
| static void jive::util::Globdat::eraseDataFor |
( |
const Ref< Object > & |
context, |
|
|
const Properties & |
globdat |
|
) |
| |
|
static |
| static void jive::util::Globdat::initTime |
( |
const Properties & |
globdat | ) |
|
|
static |
| static void jive::util::Globdat::advanceTime |
( |
double |
delta, |
|
|
const Properties & |
globdat |
|
) |
| |
|
static |
| static void jive::util::Globdat::restoreTime |
( |
const Properties & |
globdat | ) |
|
|
static |
| static void jive::util::Globdat::commitTime |
( |
const Properties & |
globdat | ) |
|
|
static |
| static void jive::util::Globdat::initStep |
( |
const Properties & |
globdat | ) |
|
|
static |
| static void jive::util::Globdat::advanceStep |
( |
const Properties & |
globdat | ) |
|
|
static |
| static void jive::util::Globdat::restoreStep |
( |
const Properties & |
globdat | ) |
|
|
static |
| static void jive::util::Globdat::commitStep |
( |
const Properties & |
globdat | ) |
|
|
static |
| const char* jive::util::Globdat::CONSTRAINTS |
|
static |
| const char* jive::util::Globdat::CONSTRAINTS_PARSER |
|
static |
| const char* jive::util::Globdat::DATABASES |
|
static |
| const char* jive::util::Globdat::DOF_SPACE |
|
static |
| const char* jive::util::Globdat::FUNCTIONS |
|
static |
| const char* jive::util::Globdat::ITEM_GROUPS |
|
static |
| const char* jive::util::Globdat::ITEM_SETS |
|
static |
| const char* jive::util::Globdat::RANDOM |
|
static |
| const char* jive::util::Globdat::RELATED_DATA |
|
static |
| const char* jive::util::Globdat::RUNTIME |
|
static |
| const char* jive::util::Globdat::TABLES |
|
static |
| const char* jive::util::Globdat::TEMP |
|
static |
| const char* jive::util::Globdat::TIME |
|
static |
| const char* jive::util::Globdat::TIME_STEP |
|
static |
| const char* jive::util::Globdat::OLD_TIME |
|
static |
| const char* jive::util::Globdat::OLD_TIME_STEP |
|
static |
| const char* jive::util::Globdat::VARIABLES |
|
static |
| const char* jive::util::Globdat::VECTORS |
|
static |