Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
Loading...
Searching...
No Matches
arg_parser.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GalleryArgs
 Structure to hold parsed gallery command line arguments. More...

Functions

auto parseGalleryArgs (int argc, char *argv[]) -> GalleryArgs
 Parse command line arguments for gallery examples.

Function Documentation

◆ parseGalleryArgs()

auto parseGalleryArgs ( int argc,
char * argv[] ) -> GalleryArgs

Parse command line arguments for gallery examples.

Parameters
argcNumber of command line arguments
argvArray of command line argument strings
Returns
GalleryArgs Parsed arguments structure

Currently supports:

  • First argument: headless mode ("true", "1" enables headless mode)