PhoenixMock  1.8.7
Tools to split/merge/print mock used in Phoenix
ArgParser.h File Reference
#include "print_string.h"
+ Include dependency graph for ArgParser.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ArgParser
 Parse the list of arguments passed to a program. More...
 

Typedefs

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

Typedef Documentation

◆ PVecString

typedef std::vector<std::string> PVecString

Vector of values.

Definition at line 13 of file ArgParser.h.