BDE 4.14.0 Production release
Loading...
Searching...
No Matches
s_baltst::CustomInt Class Reference

#include <s_baltst_customint.h>

Public Types

typedef int BaseType
 

Public Member Functions

 CustomInt ()
 Create an object of type CustomInt having the default value.
 
 CustomInt (const CustomInt &original)
 
 CustomInt (const int &value)
 Create an object of type CustomInt having the specified value.
 
 ~CustomInt ()
 Destroy this object.
 
CustomIntoperator= (const CustomInt &rhs)
 Assign to this object the value of the specified rhs object.
 
void reset ()
 
int fromInt (const int &value)
 
bsl::ostream & print (bsl::ostream &stream, int level=0, int spacesPerLevel=4) const
 
const int & toInt () const
 Convert this value to int.
 

Static Public Member Functions

static int checkRestrictions (const int &value)
 

Static Public Attributes

static const char CLASS_NAME []
 

Friends

bool operator== (const CustomInt &lhs, const CustomInt &rhs)
 
bool operator!= (const CustomInt &lhs, const CustomInt &rhs)
 

Member Typedef Documentation

◆ BaseType

Constructor & Destructor Documentation

◆ CustomInt() [1/3]

s_baltst::CustomInt::CustomInt ( )
inline

◆ CustomInt() [2/3]

s_baltst::CustomInt::CustomInt ( const CustomInt original)
inline

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

◆ CustomInt() [3/3]

s_baltst::CustomInt::CustomInt ( const int &  value)
inlineexplicit

◆ ~CustomInt()

s_baltst::CustomInt::~CustomInt ( )
inline

Member Function Documentation

◆ checkRestrictions()

static int s_baltst::CustomInt::checkRestrictions ( const int &  value)
static

Check if the specified value satisfies the restrictions of this class (i.e., "CustomInt"). Return 0 if successful (i.e., the restrictions are satisfied) and non-zero otherwise.

◆ fromInt()

int s_baltst::CustomInt::fromInt ( const int &  value)
inline

Convert from the specified value to this type. Return 0 if successful and non-zero otherwise.

◆ operator=()

CustomInt & s_baltst::CustomInt::operator= ( const CustomInt rhs)
inline

◆ print()

bsl::ostream & s_baltst::CustomInt::print ( bsl::ostream &  stream,
int  level = 0,
int  spacesPerLevel = 4 
) const
inline

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.

◆ reset()

void s_baltst::CustomInt::reset ( )
inline

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

◆ toInt()

const int & s_baltst::CustomInt::toInt ( ) const
inline

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const CustomInt lhs,
const CustomInt rhs 
)
friend

Return true if the specified lhs and rhs attribute objects do not have the same value, and false otherwise. Two attribute objects do not have the same value if one or more respective attributes differ in values.

◆ operator==

bool operator== ( const CustomInt lhs,
const CustomInt rhs 
)
friend

Return true if the specified lhs and rhs attribute objects have the same value, and false otherwise. Two attribute objects have the same value if each respective attribute has the same value.

Member Data Documentation

◆ CLASS_NAME

const char s_baltst::CustomInt::CLASS_NAME[]
static

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