DDS  ver. 3.6
Classes | Namespaces | Typedefs | Functions
dds-submit/src/Options.h File Reference
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/parsers.hpp>
#include <boost/property_tree/ini_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#include "BoostHelper.h"
#include "ProtocolCommands.h"
#include "SubmitCmd.h"
#include "SysHelper.h"
#include "Version.h"

Go to the source code of this file.

Classes

struct  dds::submit_cmd::SOptions
 dds-commander's container of options More...
 

Namespaces

 dds
 Miscellaneous functions and helpers are located here.
 
 dds::submit_cmd
 

Typedefs

typedef struct dds::submit_cmd::SOptions dds::submit_cmd::SOptions_t
 dds-commander's container of options More...
 

Functions

std::ostream & dds::submit_cmd::operator<< (std::ostream &_stream, const SOptions &val)
 
bool dds::submit_cmd::ParseCmdLine (int _argc, char *_argv[], SOptions *_options)