GH_IO Namespace |
| Structure | Description | |
|---|---|---|
| VersionNumber |
Represents a product version number that encodes major, minor, time and build branch information.
as major.minor.yyddd.hhmmb where:
yy = year of build - 2000
ddd = year day of build (1-366)
hh = hour of build
mm = minute of build
b = branch of build
|
| Interface | Description | |
|---|---|---|
| GH_ISerializable |
Every object which needs to (de)serialize itself using GH_IO methodology
must implement this interface.
|
| Enumeration | Description | |
|---|---|---|
| VersionNumberBranch |
Build branch, set by the build process.
|