std::error_category

Langue: en

Version: 169608 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

std::error_category - error_category

SYNOPSIS


Public Member Functions


virtual error_condition default_error_condition (int __i) const

virtual bool equivalent (const error_code &__code, int __i) const

virtual bool equivalent (int __i, const error_condition &__cond) const

error_category (const error_category &)

virtual string message (int) const =0

virtual const char * name () const =0

bool operator!= (const error_category &__other) const

bool operator< (const error_category &__other) const

error_category & operator= (const error_category &)

bool operator== (const error_category &__other) const

Detailed Description

error_category

Definition at line 64 of file system_error.

Author

Generated automatically by Doxygen for libstdc++ from the source code.