Public Member Functions | List of all members
PropertyScanner Class Reference

A scanner for the property parser. More...

#include <PropertyScanner.hpp>

Inheritance diagram for PropertyScanner:
[legend]
Collaboration diagram for PropertyScanner:
[legend]

Public Member Functions

 PropertyScanner (std::shared_ptr< Resource::Uri > uri)
 Instantiate a scanner with text obtained from the URI. More...
 
 PropertyScanner (std::unique_ptr< Resource::Uri > &&uri)
 Instantiate a scanner with text obtained from the URI. More...
 
- Public Member Functions inherited from AbstractScanner< PropertyToken >
ScannedTokens< PropertyToken > scan ()
 Scan the input and return a ScannedTokens data structure. More...
 

Detailed Description

A scanner for the property parser.

Constructor & Destructor Documentation

◆ PropertyScanner() [1/2]

PropertyScanner ( std::shared_ptr< Resource::Uri uri)
inlineexplicit

Instantiate a scanner with text obtained from the URI.

◆ PropertyScanner() [2/2]

PropertyScanner ( std::unique_ptr< Resource::Uri > &&  uri)
inlineexplicit

Instantiate a scanner with text obtained from the URI.


The documentation for this class was generated from the following file: