Classes | Defines | Functions
core/vbl/vbl_smart_ptr.txx File Reference
#include "vbl_smart_ptr.h"
#include <vcl_iostream.h>

Go to the source code of this file.

Classes

struct  vbl_smart_ptr_T_as_string< T >

Defines

#define vbl_smart_ptr_txx_
#define VBL_SMART_PTR_INSTANTIATE(T)

Functions

template<class T >
vcl_ostream & operator<< (vcl_ostream &os, vbl_smart_ptr< T > const &r)

Define Documentation

#define VBL_SMART_PTR_INSTANTIATE (   T)
Value:
template class vbl_smart_ptr<T >; \
VCL_DEFINE_SPECIALIZATION struct vbl_smart_ptr_T_as_string<T > \
{ static char const *str() { return #T; } }; \
template vcl_ostream& operator<< (vcl_ostream&, vbl_smart_ptr<T > const&)

Definition at line 39 of file vbl_smart_ptr.txx.

#define vbl_smart_ptr_txx_

Definition at line 3 of file vbl_smart_ptr.txx.


Function Documentation

template<class T >
vcl_ostream& operator<< ( vcl_ostream &  os,
vbl_smart_ptr< T > const &  r 
)

Definition at line 29 of file vbl_smart_ptr.txx.