LinkedObject.h
Go to the documentation of this file.
bool operator!=(const IteratorTemplate &rhs) const
Definition: LinkedObject.h:103
ObjectType
Definition: Libraries/jerryscript/src/include/Jerryscript/Types.h:34
Definition: LinkedObject.h:64
bool operator==(const LinkedObject &other) const
Definition: LinkedObject.h:43
bool operator==(const IteratorTemplate &rhs) const
Definition: LinkedObject.h:98
IteratorTemplate(const IteratorTemplate &other)
Definition: LinkedObject.h:81
IteratorTemplate operator++(int)
Definition: LinkedObject.h:91
IteratorTemplate(TPtr x)
Definition: LinkedObject.h:73
bool operator!=(const LinkedObject &other) const
Definition: LinkedObject.h:48
std::forward_iterator_tag iterator_category
Definition: LinkedObject.h:67
Base class template for linked items with type casting.
Definition: LinkedObject.h:61
Base virtual class to allow objects to be linked together.
Definition: LinkedObject.h:21
IteratorTemplate(TRef &x)
Definition: LinkedObject.h:77
IteratorTemplate< Info, Info *, Info &> Iterator
Definition: LinkedObject.h:127
IteratorTemplate & operator++()
Definition: LinkedObject.h:85
IteratorTemplate< const Info, const Info *, const Info &> ConstIterator
Definition: LinkedObject.h:128
SerializationFormat operator++(SerializationFormat &fmt)
Definition: ArduinoJson.h:120
std::ptrdiff_t difference_type
Definition: LinkedObject.h:69
1.8.13