PLaSK library
Loading...
Searching...
No Matches
plask::align::DictionaryFromXML Struct Reference

Allow to use XMLReader as dictionary which is required by aligners parsing functions. More...

#include <plask/geometry/align.hpp>

Collaboration diagram for plask::align::DictionaryFromXML:
[legend]

Public Member Functions

 DictionaryFromXML (const XMLReader &reader)
 
plask::optional< doubleoperator() (const std::string &s) const
 

Public Attributes

const XMLReaderreader
 

Detailed Description

Allow to use XMLReader as dictionary which is required by aligners parsing functions.

Definition at line 775 of file align.hpp.

Constructor & Destructor Documentation

◆ DictionaryFromXML()

plask::align::DictionaryFromXML::DictionaryFromXML ( const XMLReader reader)
inline

Definition at line 777 of file align.hpp.

Member Function Documentation

◆ operator()()

plask::optional< double > plask::align::DictionaryFromXML::operator() ( const std::string &  s) const
inline

Definition at line 778 of file align.hpp.

Member Data Documentation

◆ reader

const XMLReader& plask::align::DictionaryFromXML::reader

Definition at line 776 of file align.hpp.


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