Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ref.h File Reference


Detailed Description

smart pointers (both strong and weak) using intrusive ref-counting with nub::object and derivatives

Definition in file ref.h.

#include "nub/handle.h"
#include "nub/object.h"
#include "nub/weak_handle.h"
#include "rutz/fileposition.h"
#include "rutz/stderror.h"
#include "rutz/traits.h"
#include <typeinfo>

Include dependency graph for ref.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  nub
namespace  nub::detail
namespace  rutz

Classes

struct  nub::detail::default_unref_policy< T >
 Policy class which unrefs objects by decrementing their ref count. More...
struct  nub::detail::no_delete_unref_policy< T >
 Policy class which decrements ref count without deletion. More...
struct  rutz::type_traits< nub::ref< T > >
 type_traits specialization for nub::ref smart pointer More...
struct  rutz::type_traits< nub::soft_ref< T > >
 type_traits specialization for soft_ref smart pointer. More...
class  nub::ref< T >
class  nub::soft_ref< T >
class  nub::floating_ref< T >

Functions

nub::ref_vis nub::get_default_ref_vis ()
 Get the current default visibility (will control ref_vis DEFAULT).
void nub::set_default_ref_vis (ref_vis vis)
 Set the current default visibility (will control ref_vis DEFAULT).
bool nub::detail::is_valid_uid (nub::uid id) throw ()
nub::objectnub::detail::get_checked_item (nub::uid id)
void nub::detail::insert_item (nub::object *obj, ref_vis vis)
template<class T>
T * nub::detail::get_casted_item (nub::uid id)
template<>
nub::objectnub::detail::get_casted_item< nub::object > (nub::uid id)
template<class To, class Fr>
nub::ref< To > dyn_cast (nub::ref< Fr > p)
template<class To, class Fr>
void dyn_cast_to_from (nub::ref< To > &dest, nub::ref< Fr > p)
template<class To, class Fr>
nub::ref< To > dynCast (nub::ref< Fr > p)
template<class To, class Fr>
void dynCastToFrom (nub::ref< To > &dest, nub::ref< Fr > p)
template<class To, class Fr>
nub::soft_ref< To > dyn_cast (nub::soft_ref< Fr > p)
template<class To, class Fr>
void dyn_cast_to_from (nub::soft_ref< To > &dest, nub::soft_ref< Fr > p)
template<class To, class Fr>
nub::soft_ref< To > dyn_cast_weak (nub::soft_ref< Fr > p)
template<class To, class Fr>
void dyn_cast_weak_to_from (nub::soft_ref< To > &dest, nub::soft_ref< Fr > p)
template<class To, class Fr>
nub::soft_ref< To > dyn_cast_weak (nub::ref< Fr > p)
template<class To, class Fr>
void dyn_cast_weak_to_from (nub::soft_ref< To > &dest, nub::ref< Fr > p)
template<class To, class Fr>
nub::soft_ref< To > dynCast (nub::soft_ref< Fr > p)
template<class To, class Fr>
void dynCastToFrom (nub::soft_ref< To > &dest, nub::soft_ref< Fr > p)
template<class To, class Fr>
nub::soft_ref< To > dynCastWeak (nub::soft_ref< Fr > p)
template<class To, class Fr>
void dynCastWeakToFrom (nub::soft_ref< To > &dest, nub::soft_ref< Fr > p)
template<class To, class Fr>
nub::soft_ref< To > dynCastWeak (nub::ref< Fr > p)
template<class To, class Fr>
void dynCastWeakToFrom (nub::soft_ref< To > &dest, nub::ref< Fr > p)
static const char __attribute__ ((used)) vcid_groovx_nub_ref_h_utc20050626084019[]


Generated on Sun Nov 22 13:44:29 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4