libhtmlpp 1.0.0
Loading...
Searching...
No Matches
Macros | Functions
htmlroundtriptest.cpp File Reference
#include <fstream>
#include <iostream>
#include <sstream>
#include "html.h"
#include "exception.h"
Include dependency graph for htmlroundtriptest.cpp:

Go to the source code of this file.

Macros

#define Red   "\033[0;31m"
 
#define Green   "\033[0;32m"
 
#define NOCOLOR   "\033[0m"
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ Green

#define Green   "\033[0;32m"

Definition at line 50 of file htmlroundtriptest.cpp.

◆ NOCOLOR

#define NOCOLOR   "\033[0m"

Definition at line 51 of file htmlroundtriptest.cpp.

◆ Red

#define Red   "\033[0;31m"

Definition at line 49 of file htmlroundtriptest.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 60 of file htmlroundtriptest.cpp.