ews-cpp
0.9
|
Abstract base class for all recurrence ranges. More...
#include <ews.hpp>
Public Member Functions | |
virtual std::string | get_reccurence_range_name () |
std::string | to_xml () const |
rapidxml::xml_node & | to_xml_element (rapidxml::xml_node<> &parent) const |
Creates a new XML element for this recurrence range and appends it to given parent node. More... | |
Static Public Member Functions | |
static std::unique_ptr< recurrence_range > | from_xml_element (const rapidxml::xml_node<> &elem) |
Makes a recurrence_range instance from a <Recurrence> XML element. | |
Abstract base class for all recurrence ranges.
|
inline |
Creates a new XML element for this recurrence range and appends it to given parent node.
Returns a reference to the newly created element.