- Author
- Alexander Sherikov
- Copyright
- 2018 Alexander Sherikov, Licensed under the Apache License, Version 2.0. (see LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
Definition in file reader.cpp.
Go to the source code of this file.
◆ ARILES2_BASIC_TYPE
#define ARILES2_BASIC_TYPE |
( |
|
type | ) |
|
Value: void Reader::readElement(type &element) \
{ \
CPPUT_ASSERT(not impl_->getRawNode().text().empty(), "Empty integer elements are not allowed."); \
element = boost::lexical_cast<type>(impl_->getRawNode().text().as_string()); \
}
Definition at line 209 of file reader.cpp.