PhoenixMock  1.8.7
Tools to split/merge/print mock used in Phoenix
OptionValue.h File Reference
#include <string>
#include <vector>
#include "convertToString.h"
#include "OptionType.h"
#include "OptionValue_impl.h"
+ Include dependency graph for OptionValue.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OptionValue
 Describe the value of an option passed to a program. More...
 

Typedefs

typedef std::vector< std::string > VecValue
 Vector of values. More...
 

Typedef Documentation

◆ VecValue

typedef std::vector<std::string> VecValue

Vector of values.

Definition at line 17 of file OptionValue.h.