Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
|
This is the complete list of members for zserio::IBasicWalkFilter< ALLOC >, including all inherited members.
afterArray(const IBasicReflectableConstPtr< ALLOC > &array, const BasicFieldInfo< ALLOC > &fieldInfo)=0 | zserio::IBasicWalkFilter< ALLOC > | pure virtual |
afterCompound(const IBasicReflectableConstPtr< ALLOC > &compound, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex)=0 | zserio::IBasicWalkFilter< ALLOC > | pure virtual |
afterValue(const IBasicReflectableConstPtr< ALLOC > &value, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex)=0 | zserio::IBasicWalkFilter< ALLOC > | pure virtual |
beforeArray(const IBasicReflectableConstPtr< ALLOC > &array, const BasicFieldInfo< ALLOC > &fieldInfo)=0 | zserio::IBasicWalkFilter< ALLOC > | pure virtual |
beforeCompound(const IBasicReflectableConstPtr< ALLOC > &compound, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex)=0 | zserio::IBasicWalkFilter< ALLOC > | pure virtual |
beforeValue(const IBasicReflectableConstPtr< ALLOC > &value, const BasicFieldInfo< ALLOC > &fieldInfo, size_t elementIndex)=0 | zserio::IBasicWalkFilter< ALLOC > | pure virtual |
~IBasicWalkFilter()=default | zserio::IBasicWalkFilter< ALLOC > | virtual |