| synopsis || return value || prev || next |
virtual kdu_params * new_instance( )
Java: Kdu_params New_instance( )
[Declared in "../coresys/common/kdu_params.h"]
Adds a new instance to the end of the current object's instance list. The current object need not be the head or the tail of its instance list. This pure virtual function must be implemented in derived classes, where it will normally invoke the relevant constructor.
A pointer to the newly created object, or NULL if a new instance can or should not be created for any reason.
| top || synopsis || return value || prev || next |