libcsdbg  1.28
C++ exception (and generic) stack trace debug library
u32 csdbg::util::argc ( )
static

Get the number of CLI arguments.

Returns
util::m_config->size()

Definition at line 242 of file util.cpp.

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

243 {
244  return m_config->size();
245 }
virtual u32 size() const
Get the chain size (node count)
Definition: chain.hpp:276
static chain< string > * m_config
Runtime configuration.
Definition: util.hpp:28

+ Here is the call graph for this function: