#include <iostream>
#include "QuotedString.h"
#include "SkipString.h"
Include dependency graph for QuotedString.cpp:
Go to the source code of this file.
Functions | |
std::istream & | operator>> (std::istream &is, QuotedString &str) |
std::istream& operator>> | ( | std::istream & | is, | |
QuotedString & | str | |||
) |
Read from stream
Definition at line 9 of file QuotedString.cpp.