Detailed Description
A C++ wrapper class for transform.h conversion routines.
51Degrees base namespace.
Encapsulates a working memory buffer to be reused when invoking conversion functions. The methods of a single instance can be invoked however many times synchronously / serially on a single thread. The instance is not thread safe, for access to the working buffer memory is not synchronized. Thus to be used in a multi-threaded setting - an instance per thread must be created. This is also true for the SWIG-generated wrappers of this class.
Note the return values of the functions are copied value-types (map<string,string>) - thus memory in the internal buffer is safely overwritten without harming the previously returned results - which is ideal for the (memory-) managed languages s.a. C#.
This is where C++ classes are contained.
Namespaces
| Common
Shared classes.
| |
| DeviceDetection
Device Detection specific classes.
| |
| Examples
C++ Examples.
|
