Ariles
Classes | Namespaces | Macros
writer.cpp File Reference

Detailed Description

Author
Alexander Sherikov

Definition in file writer.cpp.

Go to the source code of this file.

#include "common.h"

Classes

class  ariles::ns_pugixml::impl::Writer
 

Namespaces

 ariles
 
 ariles::ns_pugixml
 
 ariles::ns_pugixml::impl
 

Macros

#define ARILES_BASIC_TYPE(type)
 

Macro Definition Documentation

◆ ARILES_BASIC_TYPE

#define ARILES_BASIC_TYPE (   type)
Value:
void Writer::writeElement(const type &element) \
{ \
impl_->getRawNode().text() = (boost::lexical_cast<std::string>(element)).c_str(); \
}

Definition at line 156 of file writer.cpp.