BWAPI
Classes | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Kinetic/Ref_counted.h File Reference
#include <CGAL/Kinetic/basic.h>
#include <boost/intrusive_ptr.hpp>
#include <boost/utility.hpp>
Include dependency graph for Ref_counted.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ref_counted_base
struct  Non_ref_counted_base
class  Ref_counted< T >
struct  Non_ref_counted< T >

Functions

void intrusive_ptr_add_ref (const Ref_counted_base *t)
void intrusive_ptr_release (const Ref_counted_base *t)
void intrusive_ptr_add_ref (const Non_ref_counted_base *)
void intrusive_ptr_release (const Non_ref_counted_base *)

Function Documentation

void intrusive_ptr_add_ref ( const Ref_counted_base t) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

void intrusive_ptr_add_ref ( const Non_ref_counted_base ) [inline]
void intrusive_ptr_release ( const Ref_counted_base t) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

void intrusive_ptr_release ( const Non_ref_counted_base ) [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines