GizmoBase

GizmoBase Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
gzAdapterSharedData
gzArgument
gzArgumentParserParse arguments from main() or from a given string
gzArray< T >Template class for arrays
gzBaseClass< T >
gzBaseErrorBase class for Gizmo3D exceptions
gzBasicParser
gzBodyGuard
gzCacheData
gzClampdClamps double values between 0.0 and 1.0
gzClampfClamps float values between 0.0 and 1.0
gzClamprClamps real values between 0.0 and 1.0
gzClassGuard< T >
gzDataSort< T, SORTVAL >
gzDataSortIterator< T, SORTVAL >
gzDebugInterface
gzDict< T1, T2 >
gzDictArray< T1, T2 >
gzDictConstIterator< T1, T2 >
gzDictEntry< T1, T2 >
gzDictIterator< T1, T2 >
gzDictList< T1, T2 >
gzDirectoryGeneral purpose class for Filesystem access etc
gzDirectoryEntryHolds data about a directory entry
gzDirectoryIteratorIterator class for directory entries
gzDList< T >Template class for double linked lists
gzDListConstIterator< T >Const Iterator class for gzDList
gzDListIterator< T >Iterator class for gzDList
gzDoubleHash< T >
gzDynamicArray< T >Template class for dynamic arrays
gzDynamicEventData
gzDynamicEventInterface
gzDynamicEventNotifyInterface
gzDynamicInvokeInterface
gzDynamicMethodChain< T, Base >
gzDynamicMethodID
gzDynamicType
gzDynamicTypeArgumentParser
gzDynamicTypeArray
gzDynamicTypeChainA dynamic method invokation can resturn this to chain the result evaluation to a higher level
gzDynamicTypeContainerA generic serializeable dictionary for gzDynamicTypes
gzDynamicTypeContainerIterator
gzDynamicTypeCustom< T >
gzDynamicTypeError
gzDynamicTypeLongLong
gzDynamicTypeVoid
gzDynRefList
gzEventA waitable event that can trigger thread execution
gzExceptionThrows
gzFatalErrorException class for warning messages
gzFeature
gzGuard< T >
gzGUID
gzGUIDBytes
gzHashPair< T1, T2 >
gzHostAddressHost IP address
gzHostInfoHost info
gzImage
gzImageManager
gzInstanceCompareInterfaceProvides a base interface for instance comparing using hash values
gzKeyDatabaseProvides a generic user and global environment access
gzLateBindArray< T >
gzLateBindData< T >
gzLexTokenDataAllow both '.' and ',' as decimal separator
gzLibReference
gzLicense
gzLicenseManager
gzList< T >Template class for linked lists
gzList< T >::LinkItem
gzListConstIterator< T >Const Iterator class for gzList
gzListIterator< T >Iterator class for gzList
gzLogger
gzLookupUpdateID
gzMatrix< T >
gzMatrix2
gzMatrix3
gzMatrix4
gzMemCheck< T >
gzMemInfoItem
gzMemOptimizer
gzMemoryCheck
gzMemoryControl
gzMemoryManagerInterfaceBase class for all Gizmo3D memory managed classes
gzMessageDebug output notification messages
gzMessageDatabase
gzMessageReceiverInterface
gzMessageTranslatorInterface
gzModule
gzMonitorBody
gzMutex
gzNameInterface
gzNetDataNetwork data
gzNotifyInterface
gzNotifyManager
gzNotifyMaster< MASTER, SLAVE, DATA >
gzNotifyMessage
gzNotifySlave< MASTER, SLAVE, DATA >
gzObjectBase definition of a user object
gzObjectInvokeInterface
gzParserFunction< T, BaseParser >
gzParserFunction< T, BaseParser >::gzFuncInfo
gzParserFunction< T, BaseParser >::gzRuleInfo
gzParserFunctionEvaluator< T, BaseParser >
gzPendData< DATA >
gzPendSub< SLAVE >
gzPerformanceBody
gzPerformanceMonitorInterface
gzPipeA named pipe class that implements bi-directional point-to-point communication
gzPipeControlInterface
gzPipeData
gzPipeRecieveDataInterfaceData reciever interface for a gzPipe
gzPipeServerA named pipe server class that echoes all data to all pipe clients
gzPipeURLServer
gzProgramExecution
gzProgressProgress output notification messages
gzProgressInterfaceVirtual interface for gzProgress messages
gzQueue< T >
gzRecycledFunctionEvaluator< T, BaseParser >
gzRefData< T1, T2 >Special referenced managed list
gzRefDict< T1, T2 >Special referenced managed dictionary
gzRefDList< T >Special referenced managed list
gzReferenceBase class for referenced managed objects
gzRefIdStorage
gzRefInstanceArray
gzRefInstanceDictionary
gzRefList< T >Special referenced managed list
gzRefPointer< T >Container with copy constructors etc. for referenced managed pointers
gzRegKeyExpandParser
gzRGBA
gzSectionInfo
gzSectionResult
gzSemaphore
gzSerializeAdapter
gzSerializeAdapterBase64Encoder
gzSerializeAdapterBCDEncoder
gzSerializeAdapterCache
gzSerializeAdapterCompress
gzSerializeAdapterEncoder
gzSerializeAdapterFile
gzSerializeAdapterHttp
gzSerializeAdapterMemory
gzSerializeAdapterQueue
gzSerializeAdapterRandomAccess
gzSerializeAdapterStdIO
gzSerializeAdapterString
gzSerializeArray< T >
gzSerializeBinary< T >
gzSerializeBinaryArray< T >
gzSerializeData
gzSerializeDynamicArray< T >
gzSerializeGUID
gzSerializeLex
gzSerializeMatrix4
gzSerializePacketInterface
gzSerializeString
gzSerializeStringWide
gzSerializeURLManagerInterface
gzSerializeVec2
gzSerializeVec3
gzSerializeVec4
gzService
gzSharedMemoryBase class for all Gizmo3D memory managed classes
gzSocketSocket for network communication
gzSocketAddressSocket address (host address and port)
gzSpatialData< T >
gzSpatialDataIterator< T >
gzStackInfo
gzStackItem
gzStringProvides a generic string management class
gzStringTokenizer
gzThread
gzThreadData< T >
gzThreadInfo
gzThreadPoolTicker
gzThreadSafeReference
gzThreadTicker
gzTimeProvides a generic time management class
gzTimerProvides a timer instance
gzTokenPos
gzTraceUsed by the GZTRACE() macro
gzTranslation
gzType
gzTypeInterface
gzULongCompareInterfaceProvides a base interface for comparing gzULong values using hash method
gzULongLongCompareInterfaceProvides a base interface for comparing gzLong values using hash method
gzUniqueIDManager
gzUniqueString
gzUpdateIDFeatureInterfaceThe purpose of these functions is to assure that there are no changes to the data in an instanse as long as the update id value is the same
gzUpdateIDInterfaceThe purpose of these functions is to assure that there are no changes to the data in an instanse as long as the update id value is the same
gzUserDataBase class for user provided data
gzUserDataAttributeContainerBase class for user provided data
gzUserDataDictionaryBase class for dictionary lookup. Used by gzObject
gzValueCompareInterfaceProvides a base interface for comparing generic values using hash method
gzVarULongLong
gzVec2
gzVec3
gzVec4
gzVideo
gzVideoControlInterface
gzWarningErrorException class for warning messages
gzWriteAdapterStringUtils
gzXmlCDATA
gzXmlCharData
gzXmlComment
gzXmlCustomData
gzXmlCustomDataInterface
gzXmlDom
gzXmlDynamicType
gzXmlDynamicTypeInterface
gzXmlElement
gzXmlItem
gzXmlObject
gzXmlObjectInterface
gzXmlPI
gzXmlSax
gzXY< T >
gzXYZ< T >

Documentation for GizmoBase generated at Wed Feb 20 11:57:56 2008 by   Saab Training Systems AB, ¸ (c) 2003-and beyond