#include <AttributeConverters.h>
Public Member Functions | |
| CharEncodingConverter (te::core::EncodingType toCode) | |
| te::dt::AbstractData * | operator() (DataSet *dataset, const std::vector< std::size_t > &indexes, int dstType) |
| ~CharEncodingConverter () | |
Public Attributes | |
| te::core::EncodingType | m_toCode |
Definition at line 86 of file AttributeConverters.h.
|
inline |
Definition at line 88 of file AttributeConverters.h.
|
inline |
Definition at line 93 of file AttributeConverters.h.
| te::dt::AbstractData * te::da::CharEncodingConverter::operator() | ( | DataSet * | dataset, |
| const std::vector< std::size_t > & | indexes, | ||
| int | dstType | ||
| ) |
Definition at line 182 of file AttributeConverters.cpp.
References te::core::CharEncoding::fromUTF8(), te::da::DataSet::getPropertyDataType(), te::da::DataSet::getString(), te::da::DataSet::isNull(), m_toCode, te::dt::STRING_TYPE, and te::core::UTF8.
| te::core::EncodingType te::da::CharEncodingConverter::m_toCode |
Definition at line 97 of file AttributeConverters.h.
Referenced by operator()().