From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a03883.html | 321 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 321 insertions(+) create mode 100644 docs/doxygen/nel/a03883.html (limited to 'docs/doxygen/nel/a03883.html') diff --git a/docs/doxygen/nel/a03883.html b/docs/doxygen/nel/a03883.html new file mode 100644 index 00000000..a9766955 --- /dev/null +++ b/docs/doxygen/nel/a03883.html @@ -0,0 +1,321 @@ + + +NeL: NL3D::IVBDrvInfos class Reference + + + +
+

NL3D::IVBDrvInfos Class Reference

#include <vertex_buffer.h> +

+

Inheritance diagram for NL3D::IVBDrvInfos: +

+ +NLMISC::CRefCount +NL3D::CVBDrvInfosGL + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

const sintgetRefCount () const
 IVBDrvInfos (IDriver *drv, ItVBDrvInfoPtrList it)
virtual ~IVBDrvInfos ()

Data Fields

sint crefs
CPtrInfo * pinfo

Static Public Attributes

CPtrInfo NullPtrInfo

Private Attributes

IDriver_Driver
ItVBDrvInfoPtrList _DriverIterator

Friends

struct CPtrInfo
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NL3D::IVBDrvInfos::IVBDrvInfos IDriver drv,
ItVBDrvInfoPtrList  it
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 77 of file vertex_buffer.h. +

+References NL3D::ItVBDrvInfoPtrList. +

+

00077 {_Driver= drv; _DriverIterator= it;}
+
+

+ + + + +
+ + + + + + + + + +
NL3D::IVBDrvInfos::~IVBDrvInfos  )  [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 1067 of file vertex_buffer.cpp. +

+References NL3D::IDriver::removeVBDrvInfoPtr(). +

+

01068 {
+01069         _Driver->removeVBDrvInfoPtr(_DriverIterator);
+01070 }
+
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
const sint& NLMISC::CRefCount::getRefCount  )  const [inline, inherited]
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file smart_ptr.h. +

+References NLMISC::CRefCount::crefs, and sint. +

+

00071         {
+00072                 return  crefs;
+00073         }
+
+


Friends And Related Function Documentation

+

+ + + + +
+ + +
friend struct CPtrInfo [friend, inherited] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 67 of file smart_ptr.h.

+


Field Documentation

+

+ + + + +
+ + +
IDriver* NL3D::IVBDrvInfos::_Driver [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 73 of file vertex_buffer.h.

+

+ + + + +
+ + +
ItVBDrvInfoPtrList NL3D::IVBDrvInfos::_DriverIterator [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 74 of file vertex_buffer.h.

+

+ + + + +
+ + +
sint NLMISC::CRefCount::crefs [mutable, inherited] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 79 of file smart_ptr.h. +

+Referenced by NLMISC::CRefCount::CRefCount(), NLMISC::CRefCount::getRefCount(), and NLMISC::CRefCount::~CRefCount().

+

+ + + + +
+ + +
CRefCount::CPtrInfo NLMISC::CRefCount::NullPtrInfo [static, inherited] +
+
+ + + + + +
+   + + +

+ +

+Referenced by NLMISC::CRefCount::CRefCount().

+

+ + + + +
+ + +
CPtrInfo* NLMISC::CRefCount::pinfo [mutable, inherited] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 80 of file smart_ptr.h. +

+Referenced by NLMISC::CRefCount::CRefCount(), and NLMISC::CRefCount::~CRefCount().

+


The documentation for this class was generated from the following files: +
Generated on Tue Mar 16 08:41:22 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1