pdfobjects::CObjectFactory< Type > Class Template Reference
#include <factories.h>
List of all members.
Detailed Description
template<typename Type>
class pdfobjects::CObjectFactory< Type >
Generic factory class for cobjects.
Member Function Documentation
Creates Type from xpdf Object.
- Parameters:
-
| obj | Xpdf Object instance (must by objDict). |
- Exceptions:
-
- Returns:
- Type instance.
Creates Type for specific pdf from xpdf Object.
- Parameters:
-
| pdf | Pdf for which to create CDict. |
| indirefParent | Indirect reference to nearest indirect parent. |
| obj | Xpdf object to use for intialization. |
This should be used only internaly by kernel. Instance initialized this way is not checked in cobjects routines and so nonsense information may lead to mass.
REMARK:
If you don't know what exactly these parameters mean, DON'T use this method.
- Returns:
- Type instance.
Creates Type with given value.
- Parameters:
-
| value | Value to use to initialize. |
- Returns:
- Type instance with given value.
The documentation for this class was generated from the following file: