Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
sese::system::CommandLine Class Referencefinal

Command line argument class. More...

#include <CommandLine.h>

Inheritance diagram for sese::system::CommandLine:
sese::NotInstantiable

Public Member Functions

 CommandLine ()=delete
 
- Public Member Functions inherited from sese::NotInstantiable
 NotInstantiable ()=delete
 
virtual ~NotInstantiable ()=default
 
 NotInstantiable (const NotInstantiable &)=delete
 
NotInstantiableoperator= (const NotInstantiable &)=delete
 

Static Public Member Functions

static int getArgc ()
 
static const char *const * getArgv ()
 

Detailed Description

Command line argument class.

Constructor & Destructor Documentation

◆ CommandLine()

sese::system::CommandLine::CommandLine ( )
delete

Member Function Documentation

◆ getArgc()

int CommandLine::getArgc ( )
static

References g_argc.

◆ getArgv()

const char *const * CommandLine::getArgv ( )
static

References g_argv.


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