12#ifndef WSFPARSETYPEINFODATA_HPP
13#define WSFPARSETYPEINFODATA_HPP
15#include "wsf_parser_export.h"
19#include "UtStringRef.hpp"
std::vector< UtStringRef > WsfParseTypePath
Definition WsfParseTypePath.hpp:21
@ cTYPE_DATA
Definition WsfParseAuxData.hpp:23
WsfParseAuxData(DataType aType)
Definition WsfParseAuxData.hpp:28
Operation mOperation
Definition WsfParseTypeInfoData.hpp:51
WsfParseTypeInfoData(Operation aOperation)
Definition WsfParseTypeInfoData.hpp:42
Flags
Definition WsfParseTypeInfoData.hpp:35
@ cDUPLICATE_NAME
Definition WsfParseTypeInfoData.hpp:38
@ cINVALID_TYPE
Definition WsfParseTypeInfoData.hpp:39
@ cNESTED_LOAD
Definition WsfParseTypeInfoData.hpp:37
@ cNESTED_SAVE
Definition WsfParseTypeInfoData.hpp:36
int mFlags
Definition WsfParseTypeInfoData.hpp:54
WsfParseTypePath mSaveKey
Definition WsfParseTypeInfoData.hpp:52
WsfParseTypePath mLoadKey
Definition WsfParseTypeInfoData.hpp:53
Operation
Definition WsfParseTypeInfoData.hpp:28
@ cLOAD_TYPE
Definition WsfParseTypeInfoData.hpp:29
@ cCREATE_TYPE
Definition WsfParseTypeInfoData.hpp:30
@ cDELETE_TYPE
Definition WsfParseTypeInfoData.hpp:31
~WsfParseTypeInfoData() override
Definition WsfParseTypeInfoData.hpp:49