Quick Links:

bal | bbl | bdl | bsl

Public Types | Public Member Functions | Friends

bdlt::TimetableTransition Class Reference

#include <bdlt_timetable.h>

Inheritance diagram for bdlt::TimetableTransition:
bdlt::TimetableTransition_Ref

List of all members.

Public Types

enum  { k_UNSET_TRANSITION_CODE = -1 }

Public Member Functions

 TimetableTransition (const TimetableTransition &original)
 ~TimetableTransition ()
TimetableTransitionoperator= (const TimetableTransition &rhs)
const Datetimedatetime () const
int code () const
bsl::ostream & print (bsl::ostream &stream, int level=0, int spacesPerLevel=4) const

Friends

class TimetableTransition_Ref
class Timetable_ConstIterator

Detailed Description

This simply-constrained attribute class represents a state transition, implemented as a datetime for when the transition occurs, and a code to indicate the new state.

See Component bdlt_timetable


Member Enumeration Documentation

anonymous enum

value representing an unset

Enumerator:
k_UNSET_TRANSITION_CODE 

Constructor & Destructor Documentation

bdlt::TimetableTransition::TimetableTransition ( const TimetableTransition original  ) 

Create a TimetableTransition having the same value as the specified original object.

bdlt::TimetableTransition::~TimetableTransition (  ) 

Destroy this object.


Member Function Documentation

TimetableTransition& bdlt::TimetableTransition::operator= ( const TimetableTransition rhs  ) 

Assign to this object the value of the specified rhs timetable transition, and return a reference providing modifiable access to this object.

Reimplemented in bdlt::TimetableTransition_Ref.

const Datetime& bdlt::TimetableTransition::datetime (  )  const

Return the datetime of this transition.

int bdlt::TimetableTransition::code (  )  const

Return the code of this transition.

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

Format this object to the specified output stream at the (absolute value of) 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. If level is negative, suppress indentation of the first line. If spacesPerLevel is negative, format the entire output on one line, suppressing all but the initial indentation (as governed by level). If stream is not valid on entry, this operation has no effect.


Friends And Related Function Documentation

friend class TimetableTransition_Ref [friend]
friend class Timetable_ConstIterator [friend]

Reimplemented in bdlt::TimetableTransition_Ref.


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