WarpTwin
Documentation for WarpTwin models and classes.
Loading...
Searching...
No Matches
ArgParser.h File Reference
#include <vector>
#include <string>
#include "architecture/GraphTreeObject.h"
#include "architecture/DataIO.hpp"

Go to the source code of this file.

Classes

class  warptwin::ArgParser
 Class to parse arguments from the command line in any language. More...

Namespaces

namespace  warptwin
 Class to propagate CR3BP dynamics in characteristic units.

Functions

bool warptwin::contains (const std::string &parent_str, const std::string &substr)
 Function to return whether substr is in parent_str.
std::string warptwin::trim (const std::string &str, const std::string &whitespace=" \t")
 Function to trim leading and trailing whitespace from string.

Variables

const std::string warptwin::ARG_INDICATOR = "--"