LinkedObject.h
Go to the documentation of this file.
bool operator!=(const IteratorTemplate &rhs) const
Definition: LinkedObject.h:98
ObjectType
Definition: Libraries/jerryscript/src/include/Jerryscript/Types.h:34
Definition: LinkedObject.h:65
bool operator==(const LinkedObject &other) const
Definition: LinkedObject.h:43
bool operator==(const IteratorTemplate &rhs) const
Definition: LinkedObject.h:93
IteratorTemplate(const IteratorTemplate &other)
Definition: LinkedObject.h:76
IteratorTemplate operator++(int)
Definition: LinkedObject.h:86
IteratorTemplate(TPtr x)
Definition: LinkedObject.h:68
bool operator!=(const LinkedObject &other) const
Definition: LinkedObject.h:48
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:72
IteratorTemplate< Info, Info *, Info &> Iterator
Definition: LinkedObject.h:122
IteratorTemplate & operator++()
Definition: LinkedObject.h:80
IteratorTemplate< const Info, const Info *, const Info &> ConstIterator
Definition: LinkedObject.h:123
SerializationFormat operator++(SerializationFormat &fmt)
Definition: ArduinoJson.h:120
1.8.13