Consolix
Toggle main menu visibility
Loading...
Searching...
No Matches
types.hpp
Go to the documentation of this file.
1
#pragma once
2
#ifndef _CONSOLIX_TYPES_HPP_INCLUDED
3
#define _CONSOLIX_TYPES_HPP_INCLUDED
4
7
8
#if CONSOLIX_USE_CXXOPTS == 1
9
#include <cxxopts.hpp>
10
#endif
11
12
namespace
consolix
{
13
14
# if CONSOLIX_USE_CXXOPTS == 1
15
18
using
CliOptions = cxxopts::Options;
19
22
using
CliArguments = cxxopts::ParseResult;
23
24
# endif
// CONSOLIX_USE_CXXOPTS == 1
25
26
};
// namespace consolix
27
28
#endif
// _CONSOLIX_TYPES_HPP_INCLUDED
consolix
< Utility modules and helpers.
Definition
BaseLoopComponent.hpp:13
include
consolix
utils
types.hpp
Generated by
1.17.0