lab_trees
Tempestuous Trees
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NCatch
 NDetail
 NInternal
 NMatchers
 CAssertionInfo
 CAssertionResult
 CAssertionResultData
 CAutoReg
 CBetweenGenerator
 CBinaryExpression
 CCaseSensitive
 CCompositeGenerator
 CCopyableStream
 CCounts
 CDecomposedExpression
 CExceptionTranslatorRegistrar
 CExpressionLhs
 CIContext
 CIExceptionTranslator
 CIExceptionTranslatorRegistry
 CIGenerator
 CIGeneratorInfo
 CIGeneratorsForTest
 CIMutableContext
 CIMutableRegistryHub
 CIRegistryHub
 CIResultCapture
 CIRunner
 CIShared
 CITagAliasRegistry
 CITestCase
 CITestCaseRegistry
 CMatchExpression
 CMessageBuilder
 CMessageInfo
 CMethodTestCase
 CNameAndDesc
 CNonCopyable
 CNotImplementedException
 COption
 Cpluralise
 CPtr
 CRegistrarForTagAliases
 CResultBuilder
 CResultDisposition
 CResultWas
 CSafeBool
 CScopedMessage
 CSection
 CSectionEndInfo
 CSectionInfo
 CSharedImpl
 CSourceLineInfo
 CStreamEndStop
 CStringMaker
 CStringMaker< R C::* >
 CStringMaker< T * >
 CTagAlias
 CTestCase
 CTestCaseInfo
 CTestFailureException
 CTimer
 CTotals
 CValuesGenerator
 Nutil
 CRandom
 CAbstractSyntaxTree
 CBinaryTreeThe BinaryTree class represents a templated linked-memory tree data structure
 CNodeRepresents a tree node; that is, an element in a BinaryTree
 CBinaryTreeNodeDescriptor
 Ccolored_out
 CGenericNodeDescriptor
 CInorderTraversalA derived, templatized class for inorder traversal algorithms on trees
 CPreorderTraversalA derived, templatized class for preorder traversal algorithms on trees
 CTreeTraversalPure virtual class for traversal algorithms on trees
 CIteratorA forward iterator class through an TreeTravesal, derived from the std iterator class