llvm::ilist_node< NodeTy > Class Template Reference
ilist_node - Base class that provides next/prev services for nodes that use ilist_nextprev_traits or ilist_default_traits.
More...
#include <ilist_node.h>
List of all members.
Detailed Description
template<typename NodeTy>
class llvm::ilist_node< NodeTy >
ilist_node - Base class that provides next/prev services for nodes that use ilist_nextprev_traits or ilist_default_traits.
Constructor & Destructor Documentation
template<typename NodeTy >
Member Function Documentation
template<typename NodeTy >
template<typename NodeTy >
template<typename NodeTy >
Get the next node, or 0 for the list tail.
template<typename NodeTy >
Get the next node, or 0 for the list tail.
template<typename NodeTy >
Get the previous node, or 0 for the list head.
template<typename NodeTy >
Get the previous node, or 0 for the list head.
template<typename NodeTy >
Friends And Related Function Documentation
template<typename NodeTy >
template<typename NodeTy >
Member Data Documentation
template<typename NodeTy >
The documentation for this class was generated from the following file: