![]() |
appkit
1.5.1
RoadNarrows Robotics Application Kit
|
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 | |
|
static |
Deallocate (delete) allocated (new) core data section.
| p | Pointer to data section object. |
Definition at line 85 of file CmdCore.cxx.
References rnr::cmd::isIdentifier().
Referenced by rnr::cmd::CommandLine::CommandLine().