FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nbenchmark
 NFastLookupUtilsNamespace to qualify ltBinaryBlock routine
 C_OMEfixedConstantInternal data type to generate fixed-point constant from floating-point value
 C_OMEtypeDescriptionInternal structure to describe OME fundamental types
 CAligned4CharsTable of word-aligned 4-character groups representing 0000-9999
 CAutoRegisterLogComponentConvenience mechanism to automatically register a log component
 CAutoRegisterLogLevelNameConvenience mechanism to automatically register a log level command line flag definition
 CBinaryBlock_structPlaceholder structure to reference a block of arbitrary data
 CBloomFilterForKeyTemplated Bloom filter
 CBufferRegionInterface to a buffer region. This is an abstract class
 CCircularBufferManagerImpose a circular buffer on a BufferRegion
 CCSV_FileRead and process Comma-Separated-Value (or equivalent) files a record at a time
 CEscaped_Replacement_CharactersStructure to hold table of characters that should be replaced or deleted
 CEscapedTextBlock_structPlaceholder structure to reference a text fragment that will have selected characters transformed or deleted
 CExtract_And_Process_Document_StreamScan streams of data for start and end tags, invokes processDocument() on found content
 CFastLookupTableFast map lookup table
 CFile_BufferImplements an adjustable sliding buffer that minimizes data movement while enabling streams to process variable length content
 CFixedBufferManagerImpose a fixed-size buffer on a BufferRegion
 CGENERIC_META_RECORDTypename for qualifying MetaDataLoaderForFormat members
 CGenericSocketAddressProtocol-independent representation of a socket address. IPv4, IPv6 and file domain sockets are supported
 CHexadecimalBlock_structPlaceholder structure to reference a block of arbitrary data to be output in hexadecimal
 CHTTP_SessionRecordPer-session HTTP state record
 CHTTPembeddedServerTemplatized embedded HTTP server interface; realizes a complete implementation of HTTPembeddedServerBase
 CHTTPembeddedServerBaseCore embedded HTTP server logic
 CHTTPeventStateRecordInternal record to describe events to be published via HTTP
 CHTTPnotificationPublisherBase class for converting a LogManager into a publisher that outputs log event messages to multiple attached clients
 CHTTPnotificationReceiverInterfaceAbstract interface to receive log message for transmission to HTTP-attached clients
 CHTTPstatusLogImplements HTTPnotificationReceiverInterface to maintain a history of events and log lines which are to be published via HTTP
 CHTTPstatusRecordKeyKey structure for imposing a partial order on HTTP status events
 CIO_metaBlock_headerStructure to hold meta-data related to a block of received data
 CIO_ProcessorIntermediary I/O processing object for performing multi-threaded receive-and-process operations on a flow of messages
 CIO_Processor_StatisticsHolds collected statistics for an IO_Processor object
 CLogLineBinaryHeaderHeader for encoded log line template and arguments
 CLogLineBinaryValueRepresents a single binary log element
 CLogLineBinaryValueHeaderHeader record for a binary output log line
 CLogManagerImplements multi-threaded, deferred physical I/O log file manager
 CLogMessageRecordLog message record used to remember output format and argument values, potentially deferring formatting to a later point in time or by an external process
 CLogSubsystemInfoDescriptive meta-data for log file-related information
 CltHTTPstatusRecordKeyImplements Less-than for HTTPstatusRecordKey
 CMappedVarRecordData structure to reference a variable record within a memory-mapped segment
 CMetaDataLoaderForFormatTemplated interface to static data that provides the description of a specific layout of meta data. It can also load/save such formats from/to a file
 COME_TypeCheckUtility class for type check operations on OMEtype interactions
 COMEallowEntryRecord to track methods that can be invoked upon an object
 COMEapiThe standard mechanism for attaching external processes to a FARGOS/VISTA Object Management Environment
 COMEarrayImplements sparse array of OMEtype elements
 COMEarrayStorageReference-counted maintainer of a sparse array
 COMEassocImplements associative array of OMEtype elements
 COMEassocKeyPairHolds the string / data tuple for an element of an OMEassoc sparse array
 COMEassocStorageReference-counted maintainer of an associative array. Used internally by OMEassoc
 COMEcallStackCall record for OMEthread
 COMEclassFARGOS/VISTA Object Management Environment class description
 COMEconnectionEstablishes and maintains a connection with a FARGOS/VISTA Object Management Environment
 COMEdefOIL2funcRecord to define the implementation of an OIL2 function
 COMEencodeBufferBuffer into which OMEtype data is encoded
 COMEencodeBufferElementHolds data for a single encoded OMEtype element. Multiple OMEencodeBufferElement objects are linked together to represent sequences of data
 COMEencodeRoutinesDescription for OME encoding routines for a specific encoding version
 COMEentityIDIdentifies an instance of an OME process
 COMEeventBase class for events within the FARGOS/VISTA Object Management Environment
 COMEextendedTypeStorage record for large-sized elements on 32-bit hardware
 COMEfileDescriptorFilesystem-specific I/O descriptor
 COMEfixedPublic interface to OME fixed-point type
 COMEfixedStorageReference-counted storage for OMEfixedStorage type
 COMEinstanceVarDescrMeta data record to describe an instance variable of a class
 COMEinvocationDataRecord to describe the implementation of the method of an OME class
 COMEioDescriptorBase class for open files and sockets
 COMEioEventI/O-specific event
 COMEioVectorEquivalent of iov structure
 COMEmethodDescription of an OME method
 COMEmethodDefinitionDefine method implementation
 COMEnameSpaceGroupMapping table to class implementations within a namespace
 COMEnlmPublic interface to an OME Native Language Message
 COMEnlmCatalogInterface to OME Native Language Message catalog
 COMEnlmDataIdentifier for an OME Native Language Message
 COMEnlmStorageReferenced-counted storage for an OME Native Language Message
 COMEobjectBase class and abstract interface for an object within a FARGOS/VISTA Object Management Environment
 COMEobjectInstanceSubclass of OMEobject that provides access to a local object
 COMEoidPublic interface to an OME Object Identifier
 COMEoidIDFundamental elements of an OME object identifier
 COMEoidStorageReference-counted link to OMEoidStorageBase object
 COMEoidStorageBaseAbstract interface for storage of OMEoid objects that hides the internal vs. external implementation
 COMEoidStorageExternalInterface to an external OME object
 COMEoidStorageInternalInterface to an internal OME object
 COMEprofileCounterBase class for application profiling counters or numerical system information
 COMEprofileRecordBase class for OME profiling variable
 COMEprofileStringBase type for system information represented as strings
 COMEreferenceCountBase class for reference-counted data
 COMEreferenceToDataTemplated type-specific reference to a reference-counted object
 COMErouteEntryRepresents route to a remote FARGOS/VISTA Object Management Environment instance or attached application
 COMEsetImplements an ordered list of OMEtype elements
 COMEsetStorageReference-counted maintainer of an ordered list of OMEtype elements. Used internally by OMEset
 COMEsocketDescriptorNetworking-specific I/O descriptor
 COMEstringImplements text and binary string storage
 COMEstringStorageReference-counted storage for OMEstring objects
 COMEthisProcessInfoUniquely identifies an OME process
 COMEthreadPublic interface to an OME thread
 COMEthreadControllerAbstract interface for an OME thread controller
 COMEthreadExecQueueImplements thread queues with multiple levels of priority
 COMEthreadInterpretOIL2Specialization of OMEthreadNativeOIL2 for OIL2 source compiled to OIL2 Architecture Native Format
 COMEthreadNativeImplementation of OME thread controller for native threads
 COMEthreadNativeOIL2Implementation of OME threads for compiled OIL2 source
 COMEtickIntervalStatistics record to track amount of time used by an OMEthread
 COMEtypeFundamental ANY type for FARGOS/VISTA Object Management Environment
 COMEunixDomainDescriptorUnix file-domain socket-specific I/O descriptor
 COrderedInputBlockInput block record for use with OrderedMultipleInputFilter
 COrderedInputPriorityQueueEncapsulation class for a priority queue
 COrderedInputSourceProxyProxy class to allow state to be associated with an existing OrderedInputSource, while appearing to be the original OrderedInputSource
 COrderedInputSourceProxyWithReorderingClass that extends OrderedInputSourceProxy with the ability to tolerate a certain number of out-of-order messages that are provided by the source
 COrderedMultipleInputFilterStreaming filter that consumes input data from multiple sources and outputs blocks in sorted order
 CParse_And_Process_HTTP_StreamScan HTTP and parse stream for HTTP requests/responses
 CPollMonitorMonitor files and directories for changes
 CPOSIXtimeInUnitsRepresentation of UNITS-since-POSIX-epoch. This is an unambiguous time reference; there is no locale-specific attribute
 CRateCounterForIntervalSliding window rate counter that takes O(1) time
 CRead_And_Process_FileFundamental class that can read data from a memory-mapped region, file or socket and process data in lines, fixed-sized blocks or as data is available
 CReadBinaryLogReads a binary log, expands and formats as original plain text. If provided a text file, acts like 'cat'
 CReadMappedCircularBufferInterface and generic implementation to traverse elements in a memory-mapped region under the control of a CircularBufferManager
 CReplumbAndLogIntercept output to an existing file descriptor by taking ownership of its destination, examining all data written to that descriptor, and possibly modifying it before sending it on to the originally intended output destination
 CSharedBufferAllocRecord_32Allocation record for chains in a 32-bit shared memory buffer
 CSharedBufferAllocRecord_64Allocation record for chains in a 64-bit shared memory buffer
 CSharedBufferRegionHeader_32Region header for a 32-bit shared memory segment
 CSharedBufferRegionHeader_64Region header for a 64-bit shared memory segment
 CSharedMemoryVariableShared memory variable which allows statistics and operational controls to be exposed to other processes with minimal runtime overhead
 CSharedMemoryVariableManagerManager for collection of shared memory variables
 CSharedMemoryVariableNodeIntermediate naming node for supporting variable naming hierarchies
 CSMV_NumericConvenience template for creating shared memory variables of one of the supported numeric types
 CSMV_StandaloneNodeSubclass of SharedMemoryVariableNode that reserves heap space to hold data when a shared memory segment is not in use
 CSMV_StandaloneNumericConvenience template for creating shared memory variables of one of the supported numeric types. At the cost of additional storage, these standalone variables can operate when the variable has not been registered and allocated with a SharedMemoryVariableManager
 CSMV_StandaloneStringConvenience class for string variables that can be also be used if a shared memory segment is never attached
 CSMV_StringConvenience class for string variables
 CStringInROM_structStructure defined to generate unique type name
 CTextBlock_structPlaceholder structure to reference a text fragment
 CTimeAsDayAndYearStructure for representing day-of-the-year
 CTimeAsHourMinSecStructure for representing time of day
 CTimedConditionGeneric condition variable for use with the TimedMutex class
 CTimedMutexGeneric mutex implementation that supports timing statistics
 CTimePointCacheCache locale-specific time data around a particular point in time
 CTimePointCacheTableConvenience class to maintain a table of TimePointCache objects
 CTimePointOfGranularityRepresentation of localized expanded UNITS-since-epoch
 CTimeWithNanosecondsStructure for representing time as relative seconds and nanoseconds
 CUniversalMetaData_FieldDescriptionField Description record for self-describing meta data
 CUniversalMetaData_ReferenceFileHeaderFile header for self-describing meta data file format
 CUniversalMetaData_ReferenceRecordHeaderOptional meta data record header used in meta data files containing variable-length records
 CVariableFixedPointValueReturn value structure for representing fixed-point values with variable precision
Generated: Tue Jul 28 2020 16:03:27
Support Information