• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

kleopatra

Public Member Functions | List of all members
__KDAB__CheckerImplBase Class Referenceabstract

#include <checker.h>

Inheritance diagram for __KDAB__CheckerImplBase:
Inheritance graph
[legend]

Public Member Functions

virtual ~__KDAB__CheckerImplBase ()
 
virtual void checkInvariants () const =0
 

Detailed Description

Usage:

class Foo ... {
KDAB_MAKE_CHECKABLE( Foo )
public:
// ...
};
Foo::Foo() {
KDAB_CHECK_CTOR;
// ...
}
Foo::~Foo() {
KDAB_CHECK_DTOR;
// ...
}
KDAB_DEFINE_CHECKS( Foo ) {
assert( something );
assert( another thing );
}
void Foo::setBar( int bar ) {
KDAB_CHECK_THIS; // include as first line in every method
// ...
}
int Foo::bar() const {
KDAB_CHECK_THIS;
// ...
}

Definition at line 68 of file checker.h.

Constructor & Destructor Documentation

virtual __KDAB__CheckerImplBase::~__KDAB__CheckerImplBase ( )
inlinevirtual

Definition at line 70 of file checker.h.

Member Function Documentation

virtual void __KDAB__CheckerImplBase::checkInvariants ( ) const
pure virtual

Implemented in __KDAB__CheckerImpl< T_Class >.


The documentation for this class was generated from the following file:
  • checker.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kleopatra

Skip menu "kleopatra"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal