libcsdbg  1.28
C++ exception (and generic) stack trace debug library
template<class T >
T * csdbg::chain< T >::at ( u32  i) const
inlinevirtual

Get the node data pointer at a chain offset.

Parameters
[in]ithe offset
Returns
the i-th node data pointer
Exceptions
csdbg::exception

Definition at line 440 of file chain.hpp.

Referenced by csdbg::util::argv(), csdbg::parser::highlight(), csdbg::util::init(), csdbg::tracer::on_dso_load(), and csdbg::plugin::resolve().

441 {
442  return node_at(i)->m_data;
443 }
virtual node< T > * node_at(u32) const
Get the node at a chain offset.
Definition: chain.hpp:105

+ Here is the caller graph for this function: