ReactOS 0.4.15-dev-7924-g5949c20
B Class Reference
Collaboration diagram for B:

Public Member Functions

 B ()
 
 B (int)
 
 B (const B &b)
 
 ~B ()
 
 B ()
 
 B (int)
 
 ~B () NOEXCEPT(false)
 

Public Attributes

int i
 
int flag
 

Detailed Description

Definition at line 53 of file ehthrow.cxx.

Constructor & Destructor Documentation

◆ B() [1/5]

B::B ( )

Definition at line 64 of file ehthrow.cxx.

65{
67 printf("B ctor. i = %d\n", i);
68 alloc(i, FALSE);
69}
#define FALSE
Definition: types.h:117
int CurrentObjectNumber
Definition: ehthrow.cxx:21
#define printf
Definition: freeldr.h:93
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
Definition: glfuncs.h:248
#define alloc
Definition: rosglue.h:13

◆ B() [2/5]

B::B ( int  f)

Definition at line 71 of file ehthrow.cxx.

72{
74 flag = f;
75 printf("B ctor. i = %d\n", i);
77}
#define NO_CTOR_THROW
Definition: ehthrow.cxx:16
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean flag
Definition: glfuncs.h:52
#define f
Definition: ke_i.h:83

◆ B() [3/5]

B::B ( const B b)

Definition at line 79 of file ehthrow.cxx.

80{
82 printf("B copy ctor. i = %d\n", i);
83 alloc(i, FALSE);
84}

◆ ~B() [1/2]

B::~B ( )

Definition at line 86 of file ehthrow.cxx.

87{
88 printf("B dtor. i = %d\n", i);
90}
#define NO_DTOR_THROW
Definition: ehthrow.cxx:17
void dealloc(int i, int no_throw)
Definition: ehthrow.cxx:33

◆ B() [4/5]

B::B ( )

◆ B() [5/5]

B::B ( int  )

◆ ~B() [2/2]

B::~B ( )

Member Data Documentation

◆ flag

int B::flag

Definition at line 57 of file ehthrow.cxx.

◆ i

int B::i

Definition at line 56 of file ehthrow.cxx.


The documentation for this class was generated from the following files: