Lolly 1.4.27
Loading...
Searching...
No Matches
Classes | Functions
parse_string.hpp File Reference
#include "list.hpp"
#include "string.hpp"
Include dependency graph for parse_string.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  parse_string_rep
 
class  parse_string
 

Functions

 CONCRETE_CODE (parse_string)
 
bool test (parse_string s, string what)
 

Function Documentation

◆ CONCRETE_CODE()

CONCRETE_CODE ( parse_string )

◆ test()

bool test ( parse_string s,
string what )

Definition at line 37 of file parse_string.cpp.

98 {
99 return s->test (what);
100}
The list class represents a linked list.
Definition list.hpp:48