Mbed OS Reference
Loading...
Searching...
No Matches
URIParser Class Reference

Parser of a URI. More...

#include <URI.h>

Inheritance diagram for URIParser:
GenericRecordParser< URIParser, URI > RecordParser

Public Member Functions

virtual bool parse (const Record &record)
 
void set_delegate (Delegate *delegate)
 Set the delegate that processes record parser. More...
 

Detailed Description

Parser of a URI.

Definition at line 193 of file URI.h.

Member Function Documentation

◆ parse()

virtual bool parse ( const Record record)
virtualinherited
See also
RecordParser::parse

Implements RecordParser.

Definition at line 100 of file RecordParser.h.

◆ set_delegate()

void set_delegate ( Delegate *  delegate)
inherited

Set the delegate that processes record parser.

Parameters
delegateThe delegate to set.

Definition at line 117 of file RecordParser.h.