HomeSort by relevance Sort by last modified time
    Searched refs:NCursesFormException (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
etip.h 282 class NCURSES_IMPEXP NCursesFormException : public NCursesException
287 NCursesFormException (const char *msg, int err) :
292 NCursesFormException (const NCursesForm* form,
299 NCursesFormException (int err) :
304 NCursesFormException (const NCursesForm* form,
310 NCursesFormException& operator=(const NCursesFormException& rhs)
319 NCursesFormException(const NCursesFormException& rhs)
328 virtual ~NCursesFormException()
    [all...]
cursesf.h 64 inline void OnError(int err) const THROWS(NCursesFormException) {
66 THROW(new NCursesFormException (err));
112 inline void OnError (int err) const THROWS(NCursesFormException) {
114 THROW(new NCursesFormException (err));
394 inline void OnError (int err) const THROWS(NCursesFormException) {
396 THROW(new NCursesFormException (err));

Completed in 69 milliseconds