[#BloombergLP-bdlt-TimetableTransition_Ref] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::TimetableTransition_Ref :relfileprefix: ../../ :mrdocs: Proxy reference used by timetable iterator arrow operators. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class TimetableTransition_Ref : public xref:BloombergLP/bdlt/TimetableTransition.adoc[TimetableTransition] ---- == Description This private class is used by the arrow operator of the timetable iterator class. The objects instantiated from this class serve as references to `TimetableTransition` objects. == Base Classes [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bdlt/TimetableTransition.adoc[TimetableTransition]` | Datetime‐indexed state transition with an associated code. |=== == Enums [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/TimetableTransition/_04enum.adoc[`Unnamed enum`] | Constants for timetable transition codes. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/TimetableTransition_Ref/2constructor-07.adoc[`TimetableTransition_Ref`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdlt/TimetableTransition_Ref/operator_assign-0d.adoc[`operator=`] | Assign the value of `rhs` to this object. | xref:BloombergLP/bdlt/TimetableTransition/code.adoc[`code`] | Return the code of this transition. | xref:BloombergLP/bdlt/TimetableTransition/datetime.adoc[`datetime`] | Return the datetime of this transition. | xref:BloombergLP/bdlt/TimetableTransition/print.adoc[`print`] | Format this transition to the specified output `stream`. |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bdlt/Timetable_ConstIterator.adoc[BloombergLP::bdlt::Timetable_ConstIterator]` | Provide read‐only, sequential access in increasing (chronological) order to the transitions in a `Timetable` object. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/operator_not_eq-040.adoc[`operator!=`] | Return `true` if `lhs` and `rhs` timetable transitions do not have the same value. | xref:BloombergLP/bdlt/operator_lt-03c.adoc[`operator<`] | Return `true` if timetable transition `lhs` is less than `rhs`. | xref:BloombergLP/bdlt/operator_lt-0e.adoc[`operator<`] | Return `true` if timetable transition `lhs` is less than datetime `rhs`. | xref:BloombergLP/bdlt/operator_eq-013.adoc[`operator==`] | Return `true` if `lhs` and `rhs` timetable transitions have the same value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#