CNiValuePairs()
Public Constructor |
Declared in: NiValuepairs.h |
Declaration
CNiValuePairs( const CNiValuePairs& source);
Description
Copy constructor. The newly constructed object is attached to the same interface pointer as the object to be copied. The reference count of the interface pointer is incremented.
Parameters
const CNiValuePairs& source
Specifies object to be copied.