libcsdbg  1.28
C++ exception (and generic) stack trace debug library
const string * csdbg::util::argv ( u32  i)
static

Get a CLI argument, given its offset in util::m_config.

Parameters
[in]ithe offset (mandate E[0, util::argc() - 1])
Returns
util::m_config->at(i)
Exceptions
csdbg::exception
See Also
util::init()

Definition at line 259 of file util.cpp.

References csdbg::chain< T >::at(), and m_config.

260 {
261  return m_config->at(i);
262 }
virtual T * at(u32) const
Get the node data pointer at a chain offset.
Definition: chain.hpp:440
static chain< string > * m_config
Runtime configuration.
Definition: util.hpp:28

+ Here is the call graph for this function: