appkit  1.5.1
RoadNarrows Robotics Application Kit
rnr::cmd::DataSectCore Struct Reference

Core data section type. More...

#include <CmdCore.h>

Public Member Functions

 DataSectCore ()
 Default contructor.
 

Static Public Member Functions

static void dealloc (void *p)
 Deallocate (delete) allocated (new) core data section. More...
 

Public Attributes

bool m_bQuit
 command-line should [not] quit
 
bool m_bBacktrace
 do [not] backtrace command line parsing
 

Detailed Description

Core data section type.

Definition at line 148 of file CmdCore.h.

Member Function Documentation

void rnr::cmd::DataSectCore::dealloc ( void *  p)
static

Deallocate (delete) allocated (new) core data section.

Parameters
pPointer to data section object.

Definition at line 85 of file CmdCore.cxx.

References rnr::cmd::isIdentifier().

Referenced by rnr::cmd::CommandLine::CommandLine().

86  {
87  if( p != NULL )
88  {
89  delete (DataSectCore *)p;
90  }
91  }
Core data section type.
Definition: CmdCore.h:148

The documentation for this struct was generated from the following files: