ews-cpp  0.9
Public Member Functions | Static Public Member Functions | List of all members
ews::recurrence_range Class Referenceabstract

Abstract base class for all recurrence ranges. More...

#include <ews.hpp>

Inheritance diagram for ews::recurrence_range:
ews::end_date_recurrence_range ews::no_end_recurrence_range ews::numbered_recurrence_range

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_rangefrom_xml_element (const rapidxml::xml_node<> &elem)
 Makes a recurrence_range instance from a <Recurrence> XML element.
 

Detailed Description

Abstract base class for all recurrence ranges.

Member Function Documentation

rapidxml::xml_node& ews::recurrence_range::to_xml_element ( rapidxml::xml_node<> &  parent) const
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.


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