A scanner for the property parser. More...
#include <PropertyScanner.hpp>
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... | |
A scanner for the property parser.
|
inlineexplicit |
Instantiate a scanner with text obtained from the URI.
|
inlineexplicit |
Instantiate a scanner with text obtained from the URI.