|
clang-tools 23.0.0git
|
#include <Representation.h>
Public Member Functions | |
| InfoNode (T *P) | |
| operator T& () | |
| operator const T & () const | |
| T & | operator* () |
| const T & | operator* () const |
| T * | operator-> () |
| const T * | operator-> () const |
| bool | operator== (const InfoNode< T > &Other) const |
| bool | operator!= (const InfoNode< T > &Other) const |
| bool | operator< (const InfoNode< T > &Other) const |
Public Attributes | |
| T * | Ptr = nullptr |
Definition at line 124 of file Representation.h.
|
inline |
Definition at line 125 of file Representation.h.
References Ptr.
Referenced by operator!=(), operator<(), and operator==().
|
inline |
Definition at line 129 of file Representation.h.
References Ptr.
|
inline |
Definition at line 128 of file Representation.h.
References Ptr.
|
inline |
Definition at line 142 of file Representation.h.
References InfoNode().
|
inline |
Definition at line 131 of file Representation.h.
References Ptr.
|
inline |
Definition at line 132 of file Representation.h.
References Ptr.
|
inline |
Definition at line 133 of file Representation.h.
References Ptr.
|
inline |
Definition at line 134 of file Representation.h.
References Ptr.
|
inline |
Definition at line 144 of file Representation.h.
References InfoNode(), and Ptr.
|
inline |
Definition at line 136 of file Representation.h.
References InfoNode(), and Ptr.
| T* clang::doc::InfoNode< T >::Ptr = nullptr |
Definition at line 126 of file Representation.h.
Referenced by InfoNode(), operator const T &(), operator T&(), operator*(), operator*(), operator->(), operator->(), operator<(), and operator==().