All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
category_t Struct Reference

A function table which is bound to log4cpp's Category class. More...

#include <Wrapper.hh>

Public Attributes

void(Category::* addAppender )(Appender *appender)
 
Category *(* exists )(const std::string &name)
 
std::vector< Category * > *(* getCurrentCategories )()
 
Category &(* getInstance )(const std::string &name)
 
Category &(* getRoot )()
 
bool(Category::* isDebugEnabled )()
 
bool(Category::* isInfoEnabled )()
 
bool(Category::* isWarnEnabled )()
 
void(Category::* logva )(Priority::Value priority, const char *stringFormat, va_list va)
 
void(Category::* removeAppender )(Appender *appender)
 
void(Category::* setPriority )(Priority::Value priority)
 
void(* shutdown )()
 

Detailed Description

A function table which is bound to log4cpp's Category class.

Definition at line 14 of file Wrapper.hh.

Member Data Documentation

◆ addAppender

void(Category::* category_t::addAppender) (Appender *appender)

Definition at line 25 of file Wrapper.hh.

◆ exists

Category*(* category_t::exists) (const std::string &name)

Definition at line 17 of file Wrapper.hh.

◆ getCurrentCategories

std::vector<Category*>*(* category_t::getCurrentCategories) ()

Definition at line 16 of file Wrapper.hh.

◆ getInstance

Category&(* category_t::getInstance) (const std::string &name)

Definition at line 15 of file Wrapper.hh.

◆ getRoot

Category&(* category_t::getRoot) ()

Definition at line 18 of file Wrapper.hh.

◆ isDebugEnabled

bool(Category::* category_t::isDebugEnabled) ()

Definition at line 23 of file Wrapper.hh.

◆ isInfoEnabled

bool(Category::* category_t::isInfoEnabled) ()

Definition at line 21 of file Wrapper.hh.

◆ isWarnEnabled

bool(Category::* category_t::isWarnEnabled) ()

Definition at line 22 of file Wrapper.hh.

◆ logva

void(Category::* category_t::logva) (Priority::Value priority, const char *stringFormat, va_list va)

Definition at line 20 of file Wrapper.hh.

◆ removeAppender

void(Category::* category_t::removeAppender) (Appender *appender)

Definition at line 26 of file Wrapper.hh.

◆ setPriority

void(Category::* category_t::setPriority) (Priority::Value priority)

Definition at line 24 of file Wrapper.hh.

◆ shutdown

void(* category_t::shutdown) ()

Definition at line 19 of file Wrapper.hh.


The documentation for this struct was generated from the following file:


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Dec 4 2024 03:10:12