| synopsis || return value || prev || next |

kdu_params::new_instance

Java: Kdu_params::New_instance

virtual kdu_params * new_instance( )

Java: Kdu_params New_instance( )

[Declared in "../coresys/common/kdu_params.h"]

Go to class description.


Synopsis

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.


Return Value

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 |