Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

java_lang_NegativeArraySizeException.h

00001 #ifndef xmogInc_javalangNegativeArraySizeException
00002 #define xmogInc_javalangNegativeArraySizeException
00003 
00004 #   if !defined(JMS_DECLSPEC )
00005 #       if defined(_MSC_VER)
00006 #           pragma message( "Relying on default definition of JMS_DECLSPEC " )
00007 #       endif /* defined(_MSC_VER) */
00008         // the following default definition works for all non-Windows platforms and for
00009         // executable projects on Windows where the sources are built directly into the binary
00010 #       define JMS_DECLSPEC 
00011 #   endif /* !defined(JMS_DECLSPEC ) */
00012 
00013     namespace java
00014     {
00015         namespace lang
00016         {
00017             class NegativeArraySizeException;
00018             class String;
00019         }
00020     }
00021 
00022 #   include "java_lang_RuntimeException.h"
00023 
00024     // work around MFC definitions of 'new' and 'delete' that cause compilation errors
00025 #   if (XMOG_UNDEFINE_MEM_OPERATORS==1)
00026 #       if defined(new)
00027 #           undef new
00028 #       endif /* defined(new) */
00029 #       if defined(delete)
00030 #           undef delete
00031 #       endif /* defined(delete) */
00032 #   endif /* (XMOG_UNDEFINE_MEM_OPERATORS==1) */
00033 
00045     class JMS_DECLSPEC java::lang::NegativeArraySizeException : 
00046         public ::java::lang::RuntimeException
00047     {
00048     public:
00049         enum 
00050         {
00051             xmogDefaultFlags = xmog_base::GLOBAL,
00052             xmogMajorVersion = 3,
00053             xmogMinorVersion = 2,
00054             xmogPatchVersion = 9,
00055             xmogBuildNumber = 2047
00056         };
00057 
00058     public:
00059 
00060         typedef ::xmog_java_array_template< ::java::lang::NegativeArraySizeException > array1D;
00061 
00062         typedef ::xmog_java_array_template< ::xmog_java_array_template< ::java::lang::NegativeArraySizeException > > array2D;
00063 
00065 
00082         NegativeArraySizeException( );
00083 
00096         NegativeArraySizeException( jobject _local, xmog_flags f_xflags );
00097 
00110         NegativeArraySizeException( const ::xmog_null & _null_instance );
00111 
00122         NegativeArraySizeException( ::xmog_java_array * _arr, jint _index );
00123 
00136         NegativeArraySizeException( const ::java::lang::NegativeArraySizeException & _rhs );
00137 
00149         XMOG_EXPLICIT NegativeArraySizeException( ::xmog_base * _delegate, bool _owns_delegate = true );
00150 
00164         NegativeArraySizeException( const ::java::lang::NegativeArraySizeException & _rhs, ::xmog_localenv * p_lxenv );
00165 
00179         NegativeArraySizeException( ::xmog_java_ref * _cra, ::xmog_java_dynamic * _dynamic, xmog_flags f_xflags = xmogDefaultFlags );
00180 
00182 
00192         NegativeArraySizeException( const ::java::lang::String & s, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00193 
00204         NegativeArraySizeException( ::xmog_dummy _use_java_ctor, ::xmog_localenv * p_xenv = NULL, xmog_flags f_xflags = xmogDefaultFlags );
00205 
00207 
00214         ~NegativeArraySizeException( );
00215 
00228         java::lang::NegativeArraySizeException operator =( const java::lang::NegativeArraySizeException & _rhs );
00229 
00244         void operator delete( void * _ptr );
00245 
00246 #       if (XMOG_SUPPORTS_PLACEMENT_DELETE==1)
00262             void operator delete( void * ptr, void * loc );
00263 #       endif /* (XMOG_SUPPORTS_PLACEMENT_DELETE==1) */
00264 
00279         void * operator new( size_t _size );
00280 
00281 #       if (XMOG_SUPPORTS_PLACEMENT_NEW==1)
00299             void * operator new( size_t _size, void * _ptr );
00300 #       endif /* (XMOG_SUPPORTS_PLACEMENT_NEW==1) */
00301 
00322         static ::java::lang::NegativeArraySizeException dyna_cast( const ::xmog_base & _rhs, ::xmog_localenv * p_lxenv = NULL, xmog_flags flags = xmogDefaultFlags );
00323 
00337         static ::xmog_java_class * get_class( );
00338 
00347         static ::xmog_java_class * get_element_class( );
00348 
00367         virtual ::xmog_java_class * xmog_get_java_peer( ::xmog_localenv * p_lxenv = NULL );
00368 
00380         static void XMOG_CALLING_CONVENTION xmog_throw_( jobject exc, xmog_flags f_xflags );
00382 
00383     };
00384 #endif /* xmogInc_javalangNegativeArraySizeException */
00385 

Generated on Fri Jun 16 10:18:56 2006 for JMS Courier for C++ by  doxygen 1.4.1