[#BloombergLP-bdlt-Timetable_ConstIterator] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::Timetable_ConstIterator :relfileprefix: ../../ :mrdocs: Provide read‐only, sequential access in increasing (chronological) order to the transitions in a `Timetable` object. == Synopsis Declared in `<bdlt_timetable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Timetable_ConstIterator; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/Timetable_ConstIterator/pointer.adoc[`pointer`] | Iterator pointer type. | xref:BloombergLP/bdlt/Timetable_ConstIterator/reference.adoc[`reference`] | The star operator returns a `TimetableTransition` _by_ _value_. | xref:BloombergLP/bdlt/Timetable_ConstIterator/value_type.adoc[`value_type`] | Iterator value type. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/Timetable_ConstIterator/2constructor-09.adoc[`Timetable_ConstIterator`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdlt/Timetable_ConstIterator/operator_assign.adoc[`operator=`] | Assign to this iterator the value of the specified `rhs` iterator, and return a reference providing modifiable access to this object. | xref:BloombergLP/bdlt/Timetable_ConstIterator/operator_star.adoc[`operator*`] | Return the transition referenced by this iterator. | xref:BloombergLP/bdlt/Timetable_ConstIterator/operator_inc.adoc[`operator++`] | Advance this iterator to the next transition. | xref:BloombergLP/bdlt/Timetable_ConstIterator/operator_dec.adoc[`operator‐‐`] | Regress this iterator to the previous transition. | xref:BloombergLP/bdlt/Timetable_ConstIterator/operator_ptr.adoc[`operator‐>`] | Return a proxy to the referenced transition. |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bdlt/operator_not_eq-00.adoc[BloombergLP::bdlt::operator!=]` | Return `true` if `lhs` and `rhs` iterators do not have the same value. | `xref:BloombergLP/bdlt/operator_eq-09d.adoc[BloombergLP::bdlt::operator==]` | Return `true` if `lhs` and `rhs` iterators have the same value. | `xref:BloombergLP/bdlt/Timetable.adoc[BloombergLP::bdlt::Timetable]` | Value‐semantic repository of datetime‐indexed state transitions. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/operator_inc-0b.adoc[`operator++`] | Advance `iterator` and return its previous value. | xref:BloombergLP/bdlt/operator_dec-0b.adoc[`operator‐‐`] | Regress `iterator` and return its previous value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#