Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine
1.5.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Functions
a
c
d
f
g
i
l
n
o
p
q
r
s
t
v
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
b
d
f
h
i
m
n
s
t
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
u
v
Enumerations
Enumerator
Related Functions
Files
File List
▼
Radium Engine
Badges
Overview
►
Radium Basics
►
Radium Concepts
►
Developer manual
►
Licenses
Todo List
Deprecated List
►
Modules
►
Namespaces
►
Classes
▼
Files
►
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
CLIBaseApplication.cpp
1
#include <Headless/CLIBaseApplication.hpp>
2
3
namespace
Ra
{
4
5
namespace
Headless {
6
int
CLIBaseApplication::init
(
int
argc,
const
char
** argv ) {
7
try
{
8
m_cmdLineParser
.parse( argc, argv );
9
}
10
catch
(
const
CLI::ParseError& e ) {
11
return
m_cmdLineParser
.exit( e ) + 1;
12
}
13
return
0;
14
}
15
16
}
// namespace Headless
17
}
// namespace Ra
Ra::Headless::CLIBaseApplication::init
virtual int init(int argc, const char *argv[])
Definition:
CLIBaseApplication.cpp:6
Ra::Headless::CLIBaseApplication::m_cmdLineParser
CLI::App m_cmdLineParser
Definition:
CLIBaseApplication.hpp:25
Ra
Definition:
Cage.cpp:3
src
Headless
CLIBaseApplication.cpp
Generated on Wed Apr 5 2023 15:07:31 for Radium Engine by
1.9.1