| stdx::AlignedNameValuePairs | Simplifies printing aligned name/value pairs |
| stdx::AllocFunctions< T > | Base class for policy traits used with ImplPtr |
| stdx::CheckedInOutFstream | Represents an iofstream with error checking at construction |
| stdx::CheckedInputFstream | Represents an ifstream with error checking at construction |
| stdx::CheckedOutputFstream | Represents an ofstream with error checking at construction |
| stdx::DefaultAllocFunctions< T > | Supports create, copy, and delete with ImplPtr |
| stdx::DefaultStdinFstream | Represents an istream which uses standard in as a default |
| stdx::DefaultStdoutFstream | Represents an ostream which uses standard out as a default |
| stdx::DeleteOnlyAllocFunctions< T > | Supports delete with ImplPtr |
| stdx::Deref2< F > | Functor Adaptor: Adds extra layer of dereference for binary functors |
| stdx::Deref< F > | Functor Adaptor: Adds extra layer of dereference |
| stdx::EAssert | Exception: A design assertion |
| stdx::ECannotOpenFile | Exception: Cannot open a file for input or output |
| stdx::EInvalidDynamicCast | Exception: Invalid dynamic cast |
| stdx::EInvalidStringConversion | Exception: Cannot convert to string with toString |
| stdx::EKeyNotFound | Exception: Hash map does not contain the given key |
| stdx::Enum | Base Class: For type-safe and debug friendly enums |
| stdx::Equal< T > | Function Object: Equal to predicate object |
| stdx::Exception | Base Class: Extended exceptions |
| stdx::Filter2< F, R, C > | Functor Adaptor: Adds member function filter to function object |
| stdx::Filter< F, R, C > | Functor Adator: Adds member function filter to function object |
| stdx::FormattedPageOstream | Wraps an ostream and provides various page formatting options |
| stdx::FormattedPageStreambuf | Provides underlying stream buffer for FormattedPageOstream |
| stdx::FromString< T > | Function Object: Wrapper for fromString() function |
| stdx::GenSeq< T > | Function object: Generates numbers with given start/stride |
| stdx::GreaterThan< T > | Function Object: Greater than predicate object |
| stdx::GreaterThanOrEqual< T > | Function Object: Greater than or equal predicate object |
| stdx::HashMap< Key, Data > | Represents a hash table |
| stdx::ImplPtr< T > | Helper Class: For handle/body pattern |
| stdx::IndirectItr< I > | Iterator Adaptor: Wraps extra layer of dereference around iterator |
| stdx::InserterProxy< T > | Helper class for += and , insertion |
| stdx::Iseq< In > | Represents an input sequence |
| stdx::LessThan< T > | Function Object: Less than predicate object |
| stdx::LessThanOrEqual< T > | Function Object: Less than or equal to predicate object |
| stdx::Log | Simple logging object |
| stdx::NoCopyAllocFunctions< T > | Supports create and delete with ImplPtr |
| stdx::NotEqual< T > | Function Object: Not equal to predicate object |
| stdx::NullOstream | Null output stream |
| stdx::NullStreambuf | Stream buffer to be used with a null output stream |
| stdx::PropertyList | Typesafe key,value property list container |
| stdx::PropertyList::EPropertyNotFound | |
| stdx::PropertyList::Property< T > | |
| stdx::PropertyList::PropertyHandle | |
| stdx::select1st< T > | Select first element of a pair |
| stdx::select2nd< T > | Select second element of a pair |
| stdx::separator | IO Manip: Inserts a vertical separator |
| stdx::set_pair_close | IO Manip: Sets character to use at the end of pairs |
| stdx::set_pair_delim | IO Manip: Sets the delimiter to use between pair elements |
| stdx::set_pair_open | IO Manip: Sets character to use at the front of pairs |
| stdx::set_seq_delim | IO Manipulator: Sets the sequence delimiter |
| stdx::StringAlignment | Enum: Alignment used with toFixedWidthString |
| stdx::TableWriter< T > | Create text tables for output |
| stdx::ToString< T > | Function Object: Wrapper for toString() function |
| stdx::TransformItr< I, R, C > | Iterator Adaptor: Wraps member function call around iterator |
| txt::File | Represents a text file |
| txt::LineItr | Iterator: Iterates over the lines in a text file |
| utst::FuncPtrTestCase | Helper class for creating test cases from free functions |
| utst::NullOstream | Null output stream |
| utst::NullStreambuf | Stream buffer to be used with a null output stream |
| utst::TestCase | Base Class: Self checking regression tests |
| utst::TestLog | Regression test output log stream |
| utst::TestLog::LogLevel | Enum for various log levels |
| utst::TestSuite | Collection of test cases |