#include <BatchConfig.h>
Public Types | |
| enum | TransformType { SingleTemplate, Batch } |
Public Member Functions | |
| BatchRequestTransform () | |
| BatchRequestTransform (const BatchRequestTransform::TransformType type, const string &file) | |
| BatchRequestTransform (const BatchRequestTransform &source) | |
| BatchRequestTransform & | operator= (const BatchRequestTransform &source) |
| string | getFile () const |
| BatchRequestTransform::TransformType | getType () const |
Static Public Member Functions | |
| static BatchRequestTransform::TransformType | Parse (const string &type) |
Private Attributes | |
| BatchRequestTransform::TransformType | m_Type |
| string | m_File |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
private |
|
private |