GH_GooT Constructor |
Name | Description | |
---|---|---|
GH_GooT |
Blank constructor, m_value will be set to default (null for reference types, zeroes for value types)
| |
GH_GooT(T) |
Data constructor, m_value will be set to internal_data.
| |
GH_GooT(GH_GooT) |
Copy constructor, copies the data from another GH_Goo(Of T) instance.
Reference types will not be duplicated.
|