libcsdbg
1.28
C++ exception (and generic) stack trace debug library
Main Page
Related Pages
Namespaces
Classes
Files
template<class T >
chain
< T > &
csdbg::chain
< T >::remove
(
u32
i
)
inline
virtual
Dispose the node (and its data) at a chain offset.
Parameters
[in]
i
the offset
Returns
*this
Exceptions
csdbg::exception
Definition at line
400
of file
chain.hpp
.
401
{
402
delete
detach_node
(i);
403
return
*
this
;
404
}
csdbg::chain::detach_node
virtual node< T > * detach_node(u32)
Detach the node at a chain offset.
Definition:
chain.hpp:167
csdbg
chain
Generated by
1.8.5