- Preparing search index...
- The search index is not available
ore.core
Constructors
constructor
- new Variant<T>(data): Variant<T>
-
Properties
Protected m_data
m_data: T
Protected m_type
m_type: string
Accessors
data
- get data(): T
-
Returns T
- set data(data): void
-
Returns void
type
- get type(): string
-
Returns string
Methods
clone
- clone(): Variant<T>
-
compare
- compare(other): boolean
-
Returns boolean
copy
- copy(other): void
-
Returns void