COOPY » Guide  version 0.6.5
Public Member Functions | Data Fields
coopy::app::Example Class Reference

#include <Options.h>

Public Member Functions

Examplerequire (std::string req)

Data Fields

std::string code
std::string desc
std::vector< std::string > reqs

Detailed Description

Definition at line 50 of file Options.h.


Member Function Documentation

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().


Field Documentation

Definition at line 52 of file Options.h.

Referenced by coopy::app::Options::addExample(), and coopy::app::Options::addRecipe().

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().


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines