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