Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
oe::core::Args Struct Reference

command line argument parser More...

#include <OxygenEngine/core/args.h>

+ Inheritance diagram for oe::core::Args:
+ Collaboration diagram for oe::core::Args:

Public Member Functions

std::vector< std::string > getAllOptions ()
 Get all options sent to the CLI.
 
std::vector< std::string > getUnusedOptions (std::span< const std::string > available_arguments)
 Fetch a list of unused arguments.
 

Detailed Description

command line argument parser

Based upon sailormoon/flags

Member Function Documentation

◆ getUnusedOptions()

std::vector< std::string > oe::core::Args::getUnusedOptions ( std::span< const std::string >  available_arguments)
inline

Fetch a list of unused arguments.

Calculates the difference between CLI options and available arguments

Parameters
available_argumentsList of used arguments

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