Constructors

Synopses

Declared in <balb_testmessages.h>

Create an object of type CustomInt having the default value.

Create an object of type CustomInt having the value of the specified original object.

CustomInt(CustomInt const& original);

Create an object of type CustomInt having the specified value.

explicit
CustomInt(int const& value);

Created with MrDocs