|
BDE 4.39.x Production Release
|
#include <bdlt_timetable.h>
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 bdlt_timetable
Public Types | |
| enum | { k_UNSET_TRANSITION_CODE = -1 } |
Public Member Functions | |
| TimetableTransition (const TimetableTransition &original) | |
| ~TimetableTransition ()=default | |
| TimetableTransition & | operator= (const TimetableTransition &rhs) |
| const Datetime & | datetime () const |
| int | code () const |
| bsl::ostream & | print (bsl::ostream &stream, int level=0, int spacesPerLevel=4) const |
Friends | |
| class | TimetableTransition_Ref |
| class | Timetable_ConstIterator |
|
inline |
Create a TimetableTransition having the same value as the specified original object.
|
default |
Destroy this object.
|
inline |
Return the code of this transition.
|
inline |
Return the datetime of this transition.
|
inline |
Assign to this object the value of the specified rhs timetable transition, and return a reference providing modifiable access to this object.
| 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.
|
friend |
|
friend |