BWAPI
|
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 *) |
void intrusive_ptr_add_ref | ( | const Ref_counted_base * | t | ) | [inline] |
void intrusive_ptr_add_ref | ( | const Non_ref_counted_base * | ) | [inline] |
void intrusive_ptr_release | ( | const Ref_counted_base * | t | ) | [inline] |
void intrusive_ptr_release | ( | const Non_ref_counted_base * | ) | [inline] |