Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
zserio::IBasicWalkObserver< ALLOC > Member List

This is the complete list of members for zserio::IBasicWalkObserver< ALLOC >, including all inherited members.

beginArray(const IBasicReflectableConstPtr< ALLOC > &array, const BasicFieldInfo< ALLOC > &fieldInfo)=0zserio::IBasicWalkObserver< ALLOC >pure virtual
beginCompound(const IBasicReflectableConstPtr< ALLOC > &compound, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex)=0zserio::IBasicWalkObserver< ALLOC >pure virtual
beginRoot(const IBasicReflectableConstPtr< ALLOC > &compound)=0zserio::IBasicWalkObserver< ALLOC >pure virtual
endArray(const IBasicReflectableConstPtr< ALLOC > &array, const BasicFieldInfo< ALLOC > &fieldInfo)=0zserio::IBasicWalkObserver< ALLOC >pure virtual
endCompound(const IBasicReflectableConstPtr< ALLOC > &compound, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex)=0zserio::IBasicWalkObserver< ALLOC >pure virtual
endRoot(const IBasicReflectableConstPtr< ALLOC > &compound)=0zserio::IBasicWalkObserver< ALLOC >pure virtual
visitValue(const IBasicReflectableConstPtr< ALLOC > &value, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex)=0zserio::IBasicWalkObserver< ALLOC >pure virtual
~IBasicWalkObserver()=defaultzserio::IBasicWalkObserver< ALLOC >virtual