xmscore  1.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nxms
 CDaStreamReaderClass for reading ASCII files with named card fields. Also includes the ability to embed non-portable compressed binary for integer and Pt3d arrays
 CImplImplementation for DaStreamReader
 CDaStreamWriterClass for writing ASCII files with named card fields. Also includes the ability to embed non-portable compressed binary for integer and Pt3d arrays
 CImplImplementation for DaStreamWriter
 CETestMessagingStateClass to allow running in batch mode without ui elements. Currently only used for testing but it can be used for anything
 CltPt2Less than Pt2
 CltPt3Less than Pt3
 CltPt3_2DLess than Pt3 comparing in 2D, or, only x and y
 CObserverClass used with the observer pattern
 CimplImplementation of the observer class
 CProgressStack based class to give notification of progress for a long task. Progress can be stacked by making multiple instances of Progress going down the call chain
 CProgressListenerListen to progress reported from Progress class
 CPt22D Point template class
 CPt33d point template class
 CPt44D point template class
 CSharedSingletonSingleton which can share the same instance with other singletons
 CSingletonBase class for classes that follow the singleton pattern
 CStCommaNumpunctUsed to format numbers with comma separators
 CStTemp2DigitExponentsWhen constructed std::cout will temporarily output 2-digit exponents for floating point numbers. Destructor will revert back. Should be able to remove this upon changing to Visual Studio 2015
 CXmLog
 
 CImplImplementation of XmLog
 CDaReaderWriterIoUnitTestsTests for Stream IO utilities
 CDaStreamIoUnitTestsTests for Stream IO utilities
 CFunctorsUnitTestsTests for functors
 CMathUnitTestsUnit tests for xmscore math functions
 CMockMesherMock meshing class to show how the observer works
 CMockObserverDerived class used for testing use of Observer class
 CMockProgressListenerMock class to show how the Progress and ProgressListener classes work
 CObserverIntermediateTestsTests for Observer
 CProgressUnitTestsTests for Progress
 CPtUnitTestsTests for points classes
 CStringUtilUnitTestsTests for StringUtil
 CXmErrorUnitTestsUnit tests for XmError
 CXmLogUnitTestsTests for XmLog