Constructors
Synopses
Declared in <baljsn_encoder_testtypes.h>
Create an object of type 'EncoderTestAddress' having the value of the specified 'original' object. After performing this action, the 'original' object will be left in a valid, but unspecified state.
EncoderTestAddress(EncoderTestAddress&& original) noexcept;
Create an object of type 'EncoderTestAddress' having the default value. Use the optionally specified 'basicAllocator' to supply memory. If 'basicAllocator' is 0, the currently installed default allocator is used.
explicit
EncoderTestAddress(bslma::Allocator* basicAllocator = 0);
Create an object of type 'EncoderTestAddress' having the value of the specified 'original' object. Use the optionally specified 'basicAllocator' to supply memory. If 'basicAllocator' is 0, the currently installed default allocator is used.
EncoderTestAddress(
EncoderTestAddress const& original,
bslma::Allocator* basicAllocator = 0);
Create an object of type 'EncoderTestAddress' having the value of the specified 'original' object. After performing this action, the 'original' object will be left in a valid, but unspecified state. Use the optionally specified 'basicAllocator' to supply memory. If 'basicAllocator' is 0, the currently installed default allocator is used.
EncoderTestAddress(
EncoderTestAddress&& original,
bslma::Allocator* basicAllocator);
Created with MrDocs