Quick Links:

bal | bbl | bdl | bsl

Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes

balb::SequenceWithAnonymityChoice1 Class Reference

#include <balb_testmessages.h>

List of all members.

Public Types

enum  { SELECTION_ID_UNDEFINED = -1, SELECTION_ID_SELECTION5 = 0, SELECTION_ID_SELECTION6 = 1 }
enum  { NUM_SELECTIONS = 2 }
enum  { SELECTION_INDEX_SELECTION5 = 0, SELECTION_INDEX_SELECTION6 = 1 }

Public Member Functions

 SequenceWithAnonymityChoice1 (bslma::Allocator *basicAllocator=0)
 SequenceWithAnonymityChoice1 (const SequenceWithAnonymityChoice1 &original, bslma::Allocator *basicAllocator=0)
 ~SequenceWithAnonymityChoice1 ()
SequenceWithAnonymityChoice1operator= (const SequenceWithAnonymityChoice1 &rhs)
template<class STREAM >
STREAM & bdexStreamIn (STREAM &stream, int version)
void reset ()
int makeSelection (int selectionId)
int makeSelection (const char *name, int nameLength)
bool & makeSelection5 ()
bool & makeSelection5 (bool value)
bsl::stringmakeSelection6 ()
bsl::stringmakeSelection6 (const bsl::string &value)
template<class MANIPULATOR >
int manipulateSelection (MANIPULATOR &manipulator)
bool & selection5 ()
bsl::stringselection6 ()
bsl::ostream & print (bsl::ostream &stream, int level=0, int spacesPerLevel=4) const
template<class STREAM >
STREAM & bdexStreamOut (STREAM &stream, int version) const
int selectionId () const
template<class ACCESSOR >
int accessSelection (ACCESSOR &accessor) const
const bool & selection5 () const
const bsl::stringselection6 () const
bool isSelection5Value () const
bool isSelection6Value () const
bool isUndefinedValue () const
const char * selectionName () const

Static Public Member Functions

static int maxSupportedBdexVersion ()
static const bdlat_SelectionInfolookupSelectionInfo (int id)
static const bdlat_SelectionInfolookupSelectionInfo (const char *name, int nameLength)

Static Public Attributes

static const char CLASS_NAME []
static const bdlat_SelectionInfo SELECTION_INFO_ARRAY []

Member Enumeration Documentation

anonymous enum
Enumerator:
SELECTION_ID_UNDEFINED 
SELECTION_ID_SELECTION5 
SELECTION_ID_SELECTION6 
anonymous enum
Enumerator:
NUM_SELECTIONS 
anonymous enum
Enumerator:
SELECTION_INDEX_SELECTION5 
SELECTION_INDEX_SELECTION6 

Constructor & Destructor Documentation

balb::SequenceWithAnonymityChoice1::SequenceWithAnonymityChoice1 ( bslma::Allocator basicAllocator = 0  )  [explicit]

Create an object of type SequenceWithAnonymityChoice1 having the default value. Use the optionally specified basicAllocator to supply memory. If basicAllocator is 0, the currently installed default allocator is used.

balb::SequenceWithAnonymityChoice1::SequenceWithAnonymityChoice1 ( const SequenceWithAnonymityChoice1 original,
bslma::Allocator basicAllocator = 0 
)

Create an object of type SequenceWithAnonymityChoice1 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.

balb::SequenceWithAnonymityChoice1::~SequenceWithAnonymityChoice1 (  ) 

Destroy this object.


Member Function Documentation

static int balb::SequenceWithAnonymityChoice1::maxSupportedBdexVersion (  )  [static]

Return the most current bdex streaming version number supported by this class. See the bslx package-level documentation for more information on bdex streaming of value-semantic types and containers.

static const bdlat_SelectionInfo* balb::SequenceWithAnonymityChoice1::lookupSelectionInfo ( int  id  )  [static]

Return selection information for the selection indicated by the specified id if the selection exists, and 0 otherwise.

static const bdlat_SelectionInfo* balb::SequenceWithAnonymityChoice1::lookupSelectionInfo ( const char *  name,
int  nameLength 
) [static]

Return selection information for the selection indicated by the specified name of the specified nameLength if the selection exists, and 0 otherwise.

SequenceWithAnonymityChoice1& balb::SequenceWithAnonymityChoice1::operator= ( const SequenceWithAnonymityChoice1 rhs  ) 

Assign to this object the value of the specified rhs object.

template<class STREAM >
STREAM& balb::SequenceWithAnonymityChoice1::bdexStreamIn ( STREAM &  stream,
int  version 
)

Assign to this object the value read from the specified input stream using the specified version format and return a reference to the modifiable stream. If stream is initially invalid, this operation has no effect. If stream becomes invalid during this operation, this object is valid, but its value is undefined. If version is not supported, stream is marked invalid and this object is unaltered. Note that no version is read from stream. See the bslx package-level documentation for more information on bdex streaming of value-semantic types and containers.

void balb::SequenceWithAnonymityChoice1::reset (  ) 

Reset this object to the default value (i.e., its value upon default construction).

int balb::SequenceWithAnonymityChoice1::makeSelection ( int  selectionId  ) 

Set the value of this object to be the default for the selection indicated by the specified selectionId. Return 0 on success, and non-zero value otherwise (i.e., the selection is not found).

int balb::SequenceWithAnonymityChoice1::makeSelection ( const char *  name,
int  nameLength 
)

Set the value of this object to be the default for the selection indicated by the specified name of the specified nameLength. Return 0 on success, and non-zero value otherwise (i.e., the selection is not found).

bool& balb::SequenceWithAnonymityChoice1::makeSelection5 (  ) 
bool& balb::SequenceWithAnonymityChoice1::makeSelection5 ( bool  value  ) 

Set the value of this object to be a "Selection5" value. Optionally specify the value of the "Selection5". If value is not specified, the default "Selection5" value is used.

bsl::string& balb::SequenceWithAnonymityChoice1::makeSelection6 (  ) 
bsl::string& balb::SequenceWithAnonymityChoice1::makeSelection6 ( const bsl::string value  ) 

Set the value of this object to be a "Selection6" value. Optionally specify the value of the "Selection6". If value is not specified, the default "Selection6" value is used.

template<class MANIPULATOR >
int balb::SequenceWithAnonymityChoice1::manipulateSelection ( MANIPULATOR &  manipulator  ) 

Invoke the specified manipulator on the address of the modifiable selection, supplying manipulator with the corresponding selection information structure. Return the value returned from the invocation of manipulator if this object has a defined selection, and -1 otherwise.

bool& balb::SequenceWithAnonymityChoice1::selection5 (  ) 

Return a reference to the modifiable "Selection5" selection of this object if "Selection5" is the current selection. The behavior is undefined unless "Selection5" is the selection of this object.

bsl::string& balb::SequenceWithAnonymityChoice1::selection6 (  ) 

Return a reference to the modifiable "Selection6" selection of this object if "Selection6" is the current selection. The behavior is undefined unless "Selection6" is the selection of this object.

bsl::ostream& balb::SequenceWithAnonymityChoice1::print ( bsl::ostream &  stream,
int  level = 0,
int  spacesPerLevel = 4 
) const

Format this object to the specified output stream at the optionally specified indentation level and return a reference to the modifiable stream. If level is specified, optionally specify spacesPerLevel, the number of spaces per indentation level for this and all of its nested objects. Each line is indented by the absolute value of level * spacesPerLevel. If level is negative, suppress indentation of the first line. If spacesPerLevel is negative, suppress line breaks and format the entire output on one line. If stream is initially invalid, this operation has no effect. Note that a trailing newline is provided in multiline mode only.

template<class STREAM >
STREAM& balb::SequenceWithAnonymityChoice1::bdexStreamOut ( STREAM &  stream,
int  version 
) const

Write the value of this object to the specified output stream using the specified version format and return a reference to the modifiable stream. If version is not supported, stream is unmodified. Note that version is not written to stream. See the bslx package-level documentation for more information on bdex streaming of value-semantic types and containers.

int balb::SequenceWithAnonymityChoice1::selectionId (  )  const

Return the id of the current selection if the selection is defined, and -1 otherwise.

template<class ACCESSOR >
int balb::SequenceWithAnonymityChoice1::accessSelection ( ACCESSOR &  accessor  )  const

Invoke the specified accessor on the non-modifiable selection, supplying accessor with the corresponding selection information structure. Return the value returned from the invocation of accessor if this object has a defined selection, and -1 otherwise.

const bool& balb::SequenceWithAnonymityChoice1::selection5 (  )  const

Return a reference to the non-modifiable "Selection5" selection of this object if "Selection5" is the current selection. The behavior is undefined unless "Selection5" is the selection of this object.

const bsl::string& balb::SequenceWithAnonymityChoice1::selection6 (  )  const

Return a reference to the non-modifiable "Selection6" selection of this object if "Selection6" is the current selection. The behavior is undefined unless "Selection6" is the selection of this object.

bool balb::SequenceWithAnonymityChoice1::isSelection5Value (  )  const

Return true if the value of this object is a "Selection5" value, and return false otherwise.

bool balb::SequenceWithAnonymityChoice1::isSelection6Value (  )  const

Return true if the value of this object is a "Selection6" value, and return false otherwise.

bool balb::SequenceWithAnonymityChoice1::isUndefinedValue (  )  const

Return true if the value of this object is undefined, and false otherwise.

const char* balb::SequenceWithAnonymityChoice1::selectionName (  )  const

Return the symbolic name of the current selection of this object.


Member Data Documentation


The documentation for this class was generated from the following file: