Overload List
| # | Signature | Description |
|---|---|---|
| 1 | unsigned int StreamReadUInt32(DewStream *Src); | |
| 2 | unsigned int StreamReadUInt32(DewStream *Src, int &BytesRead); |
Overload 1: unsigned int StreamReadUInt32(DewStream *Src);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | DewStream * |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler
Overload 2: unsigned int StreamReadUInt32(DewStream *Src, int &BytesRead);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | DewStream * | |
| 2 | BytesRead | int & |
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler