#include <ptlib.h>#include <string>#include <map>#include <vector>Go to the source code of this file.
Defines | |
| #define | PLOAD_FACTORY_DECLARE(AbstractType, KeyType) namespace PWLibFactoryLoader { extern int AbstractType##_##KeyType; } |
| #define | PLOAD_FACTORY(AbstractType, KeyType) PWLibFactoryLoader::AbstractType##_##KeyType = 1; |
| #define | PINSTANTIATE_FACTORY(AbstractType, KeyType) namespace PWLibFactoryLoader { int AbstractType##_##KeyType; }; |
|
|
|
|
|
|
|
|
|
1.4.2