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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
etip.h 227 class NCURSES_IMPEXP NCursesMenuException : public NCursesException
232 NCursesMenuException (const char *msg, int err) :
237 NCursesMenuException (const NCursesMenu* menu,
244 NCursesMenuException (int err) :
249 NCursesMenuException (const NCursesMenu* menu,
255 NCursesMenuException& operator=(const NCursesMenuException& rhs)
264 NCursesMenuException(const NCursesMenuException& rhs)
273 virtual ~NCursesMenuException()
    [all...]
cursesm.h 56 inline void OnError (int err) const THROWS(NCursesMenuException) {
58 THROW(new NCursesMenuException (err));
255 inline void OnError (int err) const THROWS(NCursesMenuException) {
257 THROW(new NCursesMenuException (this, err));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
etip.h 227 class NCURSES_IMPEXP NCursesMenuException : public NCursesException
232 NCursesMenuException (const char *msg, int err) :
237 NCursesMenuException (const NCursesMenu* menu,
244 NCursesMenuException (int err) :
249 NCursesMenuException (const NCursesMenu* menu,
255 NCursesMenuException& operator=(const NCursesMenuException& rhs)
264 NCursesMenuException(const NCursesMenuException& rhs)
273 virtual ~NCursesMenuException()
    [all...]
cursesm.h 56 inline void OnError (int err) const THROWS(NCursesMenuException) {
58 THROW(new NCursesMenuException (err));
255 inline void OnError (int err) const THROWS(NCursesMenuException) {
257 THROW(new NCursesMenuException (this, err));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
etip.h 227 class NCURSES_IMPEXP NCursesMenuException : public NCursesException
232 NCursesMenuException (const char *msg, int err) :
237 NCursesMenuException (const NCursesMenu* menu,
244 NCursesMenuException (int err) :
249 NCursesMenuException (const NCursesMenu* menu,
255 NCursesMenuException& operator=(const NCursesMenuException& rhs)
264 NCursesMenuException(const NCursesMenuException& rhs)
273 virtual ~NCursesMenuException()
    [all...]
cursesm.h 56 inline void OnError (int err) const THROWS(NCursesMenuException) {
58 THROW(new NCursesMenuException (err));
255 inline void OnError (int err) const THROWS(NCursesMenuException) {
257 THROW(new NCursesMenuException (this, err));

Completed in 52 milliseconds