COOPY » Guide
version 0.6.5
|
#include <Options.h>
Public Member Functions | |
Example & | require (std::string req) |
Data Fields | |
std::string | code |
std::string | desc |
std::vector< std::string > | reqs |
Example& coopy::app::Example::require | ( | std::string | req | ) | [inline] |
Definition at line 56 of file Options.h.
References reqs.
Referenced by coopy::app::Options::endHelp(), and main().
std::string coopy::app::Example::code |
Definition at line 52 of file Options.h.
Referenced by coopy::app::Options::addExample(), and coopy::app::Options::addRecipe().
std::string coopy::app::Example::desc |
Definition at line 53 of file Options.h.
Referenced by coopy::app::Options::addExample(), and coopy::app::Options::addRecipe().
std::vector<std::string> coopy::app::Example::reqs |
Definition at line 54 of file Options.h.
Referenced by coopy::app::Options::getExampleReqs(), and require().