Library of Assembled Shared Sources
|
ArgParser | Library to parse GNU style program arguments |
FileAttribute | Group of functions to test file attributes |
Keyboard | Group of functions concerning the keyboard |
BasicOps | Basic Operators |
Common Macros | Usefull macros to use all over the place |
Enforcers | Enforcers are release-time counterpart of assertions to ease condition verifying |
LassErrno | |
Extended_io | Extra insertors and extractors |
Extended_string | Extra std::string functionality |
BitManip | A set of simple bit manipulation functions |
BasicTypes | |
DB | Collection of conversion functions for dB |
Distribution | A set of distribution for random numbers |
DistributionTransformations | A set of functions to transform samples between distribution |
Filters | One dimensional causal filters .. |
Random | A set of random number generators |
DataTraits | A set of trait classes on how to manipulate data |
DegeneratePolicy | Policies to specify the rules for degenerate polygons and others |
EquationPolicy | Policies to specify how some primitives are modeled and implemented |
MinMaxPolicy | Policies to specify how an AABB traits misbehaving minima and maxima |
NormalizingPolicy | Policies to specify if direction vectors (and normals) should be normalized |
ParameterPolicy | Policies to specify the rules for parameters without an inifite range |
▼Python bindings | Comprehensive C++ to Python binding library. |
Class Definitions | Defining Python classes from C++ with methods, properties, operators, and nested types |
Enum Definitions | Defining first-class enum types in Python from C++ enums |
Python Exceptions | Handling Python exceptions in C++, and translating C++ exceptions to Python |
PyExportTraits | Traits to convert between C++ and Python types |
Module Definitions | Defining Python modules from C++ with classes, functions, and enums |
Python Iterators | Exposing iterators to Python |
Special Methods | Predefined constants for Python special methods (magic methods) that can be used as method names in class export macros. |
Stde_deletor | Functors to delete elements in sequence |
Extended_algorithm | Extra algorithms |
Extended_cstring | Extra functions for plain old C strings |
Range_algorithm | Extra algorithms |
Stde_select | Functors to select element of std::pair or stde::triple |
Allocator | Custom allocator library |
Atomic | Atomic operations and tools for lock-free algorithms |
Bind | Bind call and arguments to a nullary callback |
Callback | Library to wrap generalized callback functions in first class objects |
Process | Module concerning process settings |
Smart Pointers | Collection of smart pointers as ScopedPtr, SharedPtr, .. |
Threading | Threading functions |