# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

smart_ptr.h File Reference

CSmartPtr and CRefPtr class. More...

#include "nel/misc/types_nl.h"
#include <stdio.h>
#include "smart_ptr_inline.h"

Go to the source code of this file.

Namespaces

namespace  NLMISC

Defines

#define SMART_TRACE(_s)   ((void)0)
#define REF_TRACE(_s)   ((void)0)


Detailed Description

CSmartPtr and CRefPtr class.

Id:
smart_ptr.h,v 1.14 2002/01/30 10:07:36 lecroart Exp

Definition in file smart_ptr.h.


Define Documentation

#define REF_TRACE _s       ((void)0)
 

Definition at line 90 of file smart_ptr.h.

Referenced by NLMISC::CRefPtr::CRefPtr, NLMISC::CRefPtr::kill, NLMISC::CRefPtr::operator *, NLMISC::CRefPtr::operator T *, NLMISC::CRefPtr::operator->, NLMISC::CRefPtr::operator=, and NLMISC::CRefPtr::~CRefPtr.

#define SMART_TRACE _s       ((void)0)
 

Definition at line 89 of file smart_ptr.h.

Referenced by NLMISC::CSmartPtr< CSkeletonShape >::CSmartPtr, NLMISC::CSmartPtr< CSkeletonShape >::operator *, NLMISC::CSmartPtr< CSkeletonShape >::operator T *, NLMISC::CSmartPtr< CSkeletonShape >::operator->, NLMISC::CSmartPtr::operator=, and NLMISC::CSmartPtr::~CSmartPtr.