Classes | Macros | Functions
vbl_smart_ptr.hxx File Reference
#include <iostream>
#include "vbl_smart_ptr.h"

Go to the source code of this file.

Classes

struct  vbl_smart_ptr_T_as_string< T >
 

Macros

#define VBL_SMART_PTR_INSTANTIATE(T)
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &os, vbl_smart_ptr< T > const &r)
 

Macro Definition Documentation

◆ VBL_SMART_PTR_INSTANTIATE

#define VBL_SMART_PTR_INSTANTIATE (   T)
Value:
template class vbl_smart_ptr<T >; \
template <> struct vbl_smart_ptr_T_as_string<T > \
{ static char const *str() { return #T; } }; \
template std::ostream& operator<< (std::ostream&, vbl_smart_ptr<T > const&)
A templated smart pointer class.
Definition: vbl_fwd.h:18
std::ostream & operator<<(std::ostream &os, vbl_smart_ptr< T > const &r)

Definition at line 42 of file vbl_smart_ptr.hxx.

Function Documentation

◆ operator<<()

template<class T >
std::ostream& operator<< ( std::ostream &  os,
vbl_smart_ptr< T > const &  r 
)

Definition at line 32 of file vbl_smart_ptr.hxx.