182 Module =
other.Module;
184 GroupCount[
i] =
other.GroupCount[
i];
267 Module =
other.Module;
269 GroupCount[
i] =
other.GroupCount[
i];
289 for (
int i = 0;
i < itemCount; ) {
293 GroupCount[
g++] = count;
311 GroupCount[
g++] = count;
336 for (
int j = GroupCount[
i] - 1;
j >= 0;
j--) {
348 if (GroupCount[
i] > 0)
376 if (GroupCount[
i] > 0)
383#if OWL_PERSISTENT_STREAMS
393 is >>
m.GroupCount[
i];
406 os <<
m.GroupCount[
i];
ObjectWindows dynamic-link libraries (DLLs) construct an instance of TModule, which acts as an object...
ipstream, a specialized input stream derivative of pstream, is the base class for reading (extracting...
Definition of class TModule.
Object Windows Library (OWLNext Core)
owl::opstream & operator<<(owl::opstream &os, const TColor &c)
Insert the color value into a persistent output stream.
TModule & GetGlobalModule()
owl::ipstream & operator>>(owl::ipstream &is, TColor &c)
Extract the color value from a persistent input stream.
#define STATIC_CAST(targetType, object)