Mirror reflection library 0.5.13

mirror::raw_ptr_templ< Auditor, BadCastPolicy, BasePtrType > Class Template Reference

Raw pointer template using a custom type comparator and a bad cast policy. More...

#include <mirror/raw_ptr/raw_ptr.hpp>

List of all members.

Public Types

typedef BasePtrType base_ptr_type

Public Member Functions

const Auditor & get_auditor (void) const
template<typename T >
 raw_ptr_templ (T *ptr)
 raw_ptr_templ (const raw_ptr_templ &other)
 raw_ptr_templ (raw_ptr_templ &&other)
template<template< typename, typename...> class SmartPtr, typename T , typename... P>
 raw_ptr_templ (const SmartPtr< T, P...> &ptr)
template<template< typename, typename...> class SmartPtr, typename T , typename... P>
 raw_ptr_templ (SmartPtr< T, P...> &&ptr)
template<class OtherBadCastPolicy , typename OtherBasePtrType >
 raw_ptr_templ (const raw_ptr_templ< Auditor, OtherBadCastPolicy, OtherBasePtrType > &other)
template<typename T >
raw_ptr_temploperator= (T *a_ptr)
raw_ptr_temploperator= (raw_ptr_templ &&other)
template<template< typename, typename...> class SmartPtr, typename T , typename... P>
raw_ptr_temploperator= (const SmartPtr< T, P...> &a_ptr)
template<class OtherBadCastPolicy , typename OtherBasePtrType >
raw_ptr_temploperator= (const raw_ptr_templ< Auditor, OtherBadCastPolicy, OtherBasePtrType > &other)
 operator bool (void) const
bool operator! (void) const
const BasePtrType & get (void) const

Friends

template<typename T >
audited_raw_cast (mp::identity< T > tid, const raw_ptr_templ &rp)
template<typename T >
audited_raw_cast (mp::identity< T > tid, raw_ptr_templ &&rp)

Detailed Description

template<class Auditor, class BadCastPolicy, typename BasePtrType>
class mirror::raw_ptr_templ< Auditor, BadCastPolicy, BasePtrType >

Raw pointer template using a custom type comparator and a bad cast policy.


The documentation for this class was generated from the following file:

Copyright © 2006-2011 Matus Chochlik, University of Zilina, Zilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Fri Dec 16 2011 by Doxygen (version 1.7.3).
Important note: Although the 'boostified' version of Mirror uses the Boost C++ libraries Coding Guidelines and is implemented inside of the boost namespace, it IS NOT an officially reviewed and accepted Boost library. Mirror is being developed with the intention to be submitted for review for inclusion to the Boost C++ libraries.