dmocks.dynamic

Undocumented in source.

Members

Classes

A
class A
Undocumented in source.
B
class B
Undocumented in source.
Dynamic
class Dynamic

This is a very very simple class for storing a variable regardless of it's size and type

DynamicT
class DynamicT(T)
Undocumented in source.

Functions

dynamic
Dynamic dynamic(T t)

a helper function for creating Dynamic obhects

get
T get(Dynamic d)

returns stored value if type T is precisely the type of variable stored, variable stored can be implicitly to that type

Structs

C
struct C
Undocumented in source.
D
struct D
Undocumented in source.

Meta