class XGArgStream

Declared in <XView.h>

Argument stream; this is the class which manages the static data from which views are constructed


Construction/Destruction

XGArgStream::XGArgStream

Parse parameters

XGArgStream::ReadBoolean
XGArgStream::ReadInteger
XGArgStream::ReadString


Construction/Destruction

XGArgStream::XGArgStream

Usage: void XGAppSingleWindow::Run(void)

Construct me.

Parse parameters

XGArgStream::ReadBoolean

Usage: bool XGArgStream::ReadBoolean()

Read a boolean object. Returns true if any of the next two bytes are non-zero

XGArgStream::ReadInteger

Usage: long XGArgStream::ReadInteger()

Read an integer object

XGArgStream::ReadString

Usage: void XGArgStream::ReadString(char*str)

Read a (pascal format) string and convert it to C