21 virtual bool preloadString(
const String &text) = 0;
27 virtual void set(
const String &key,
const String &value) = 0;
28 virtual void set(
const String &key,
const Real &value) = 0;
39 virtual Real getReal(
const String &key) = 0;
45 virtual bool execute(
void) = 0;
46 virtual bool execute(
const String &a_fnName) = 0;
47 virtual void flush(
void) = 0;
48 virtual void alias(
String a_aliasName,
String a_trueName) = 0;
kernel
Definition: namespace.dox:3
Automatically reference-counted string container.
Definition: String.h:128
lua execution interface
Definition: LuaI.h:16
Reference to an instance of a Layout.
Definition: RecordSB.h:35
Base for all interfacable components.
Definition: Component.h:20
Intrusive Smart Pointer.
Definition: src/core/ptr.h:53
Per-class participation non-RTTI fallback dynamic casting mechanism.
Definition: Castable.h:192