HomeSort by relevance Sort by last modified time
    Searched refs:NCursesFormException (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 278 class NCURSES_IMPEXP NCursesFormException : public NCursesException
283 NCursesFormException (const char *msg, int err) :
288 NCursesFormException (const NCursesForm* form,
295 NCursesFormException (int err) :
300 NCursesFormException (const NCursesForm* form,
306 NCursesFormException& operator=(const NCursesFormException& rhs)
315 NCursesFormException(const NCursesFormException& rhs)
324 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));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
etip.h 278 class NCURSES_IMPEXP NCursesFormException : public NCursesException
283 NCursesFormException (const char *msg, int err) :
288 NCursesFormException (const NCursesForm* form,
295 NCursesFormException (int err) :
300 NCursesFormException (const NCursesForm* form,
306 NCursesFormException& operator=(const NCursesFormException& rhs)
315 NCursesFormException(const NCursesFormException& rhs)
324 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));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
etip.h 278 class NCURSES_IMPEXP NCursesFormException : public NCursesException
283 NCursesFormException (const char *msg, int err) :
288 NCursesFormException (const NCursesForm* form,
295 NCursesFormException (int err) :
300 NCursesFormException (const NCursesForm* form,
306 NCursesFormException& operator=(const NCursesFormException& rhs)
315 NCursesFormException(const NCursesFormException& rhs)
324 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 205 milliseconds