libcsdbg
1.28
C++ exception (and generic) stack trace debug library
Main Page
Related Pages
Namespaces
Classes
Files
template<class T >
T *
csdbg::chain
< T >::operator[]
(
u32
i
)
const
inline
virtual
Subscript operator.
Parameters
[in]
i
the index
Returns
the i-th node data pointer
Exceptions
csdbg::exception
Definition at line
346
of file
chain.hpp
.
347
{
348
return
at
(i);
349
}
csdbg::chain::at
virtual T * at(u32) const
Get the node data pointer at a chain offset.
Definition:
chain.hpp:440
csdbg
chain
Generated by
1.8.5