Library of Assembled Shared Sources
Topics
Here is a list of all topics with brief descriptions:
[detail level 12]
 ArgParserLibrary to parse GNU style program arguments
 FileAttributeGroup of functions to test file attributes
 KeyboardGroup of functions concerning the keyboard
 BasicOpsBasic Operators
 Common MacrosUsefull macros to use all over the place
 EnforcersEnforcers are release-time counterpart of assertions to ease condition verifying
 LassErrno
 Extended_ioExtra insertors and extractors
 Extended_stringExtra std::string functionality
 BitManipA set of simple bit manipulation functions
 BasicTypes
 DBCollection of conversion functions for dB
 DistributionA set of distribution for random numbers
 DistributionTransformationsA set of functions to transform samples between distribution
 FiltersOne dimensional causal filters ..
 RandomA set of random number generators
 DataTraitsA set of trait classes on how to manipulate data
 DegeneratePolicyPolicies to specify the rules for degenerate polygons and others
 EquationPolicyPolicies to specify how some primitives are modeled and implemented
 MinMaxPolicyPolicies to specify how an AABB traits misbehaving minima and maxima
 NormalizingPolicyPolicies to specify if direction vectors (and normals) should be normalized
 ParameterPolicyPolicies to specify the rules for parameters without an inifite range
 Python bindingsComprehensive C++ to Python binding library.
 Class DefinitionsDefining Python classes from C++ with methods, properties, operators, and nested types
 Enum DefinitionsDefining first-class enum types in Python from C++ enums
 Python ExceptionsHandling Python exceptions in C++, and translating C++ exceptions to Python
 PyExportTraitsTraits to convert between C++ and Python types
 Module DefinitionsDefining Python modules from C++ with classes, functions, and enums
 Python IteratorsExposing iterators to Python
 Special MethodsPredefined constants for Python special methods (magic methods) that can be used as method names in class export macros.
 Stde_deletorFunctors to delete elements in sequence
 Extended_algorithmExtra algorithms
 Extended_cstringExtra functions for plain old C strings
 Range_algorithmExtra algorithms
 Stde_selectFunctors to select element of std::pair or stde::triple
 AllocatorCustom allocator library
 AtomicAtomic operations and tools for lock-free algorithms
 BindBind call and arguments to a nullary callback
 CallbackLibrary to wrap generalized callback functions in first class objects
 ProcessModule concerning process settings
 Smart PointersCollection of smart pointers as ScopedPtr, SharedPtr, ..
 ThreadingThreading functions