Sponge
CS144's user-space TCP library
Functions
parser.cc File Reference
#include "parser.hh"
Include dependency graph for parser.cc:

Go to the source code of this file.

Functions

string as_string (const ParseResult r)
 Output a string representation of a ParseResult. More...
 

Function Documentation

◆ as_string()

string as_string ( const ParseResult  r)

Output a string representation of a ParseResult.

Parameters
[in]ris the ParseResult to show
Returns
a string representation of the ParseResult

Definition at line 7 of file parser.cc.