|
paludis
Version 1.4.0
|
#include <repository.hh>
Inheritance diagram for paludis::RecursivelyDefinedSetError:Public Member Functions | |
| const std::string | name () const |
Public Member Functions inherited from paludis::Exception | |
| const std::string & | message () const PALUDIS_ATTRIBUTE((nothrow)) throw () |
| std::string | backtrace (const std::string &delim) const |
| bool | empty () const |
| const char * | what () const throw () |
| virtual | ~Exception () PALUDIS_ATTRIBUTE((nothrow)) throw () |
Basic operations | |
| RecursivelyDefinedSetError (const std::string &name) throw () | |
| virtual | ~RecursivelyDefinedSetError () throw () |
Additional Inherited Members | |
Protected Member Functions inherited from paludis::Exception | |
| Exception (const std::string &message) throw () | |
| Exception (const Exception &) | |
Thrown if a Set is recursively defined
| const std::string paludis::RecursivelyDefinedSetError::name | ( | ) | const |
Name of the set.
1.8.3.1