A function table which is bound to log4cpp's PatternLayout class. More...
#include <Wrapper.hh>
Public Attributes | |
PatternLayout *(* | create )() |
void(* | destroy )(PatternLayout *object) |
void(PatternLayout::* | setConversionPattern )(const std::string &conversionPattern) |
A function table which is bound to log4cpp's PatternLayout class.
Definition at line 30 of file Wrapper.hh.
Definition at line 31 of file Wrapper.hh.
void(* pattern_layout_t::destroy)(PatternLayout *object) |
Definition at line 33 of file Wrapper.hh.
void(PatternLayout::* pattern_layout_t::setConversionPattern)(const std::string &conversionPattern) |
Definition at line 32 of file Wrapper.hh.