libcsdbg
1.28
C++ exception (and generic) stack trace debug library
Main Page
Related Pages
Namespaces
Classes
Files
template<class T >
node
< T > *
csdbg::node
< T >::operator^
(
const
node
< T > &
prev
)
const
inline
protected
virtual
Get the next node (XOR linking)
Parameters
[in]
prev
the previous node, from either direction
Returns
the next node
Definition at line
249
of file
node.hpp
.
250
{
251
return
link
(&prev);
252
}
csdbg::node::link
virtual node * link(const node *=NULL) const
Get the next node (using direct or XOR linking)
Definition:
node.hpp:156
csdbg
node
Generated by
1.8.5