Lazy Class |
Namespace: CodeTiger
Name | Description | |
---|---|---|
![]() ![]() | CreateT |
Creates a new LazyT object which will use the default constructor of
T and a thread-safety mode of
ExecutionAndPublication.
|
![]() ![]() | CreateT(Boolean) |
Creates a new LazyT object which will use the default constructor of
T and a thread-safety mode determined by isThreadSafe (
ExecutionAndPublication if true or
None if false).
|
![]() ![]() | CreateT(FuncT) |
Creates a new LazyT object which will use a provided initialization
function and a thread-safety mode of ExecutionAndPublication.
T and a thread-safety mode of
ExecutionAndPublication.
|
![]() ![]() | CreateT(LazyThreadSafetyMode) |
Creates a new LazyT object which will use the default constructor of
T and a specified thread-safety mode.
|
![]() ![]() | CreateT(FuncT, Boolean) |
Creates a new LazyT object which will use a provided initialization function and a
thread-safety mode determined by isThreadSafe (
ExecutionAndPublication if true or
None if false).
|
![]() ![]() | CreateT(FuncT, LazyThreadSafetyMode) |
Creates a new LazyT object which will use a provided initialization function and
specified thread-safety mode.
|