Rosetta  2016.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
numeric::kdtree::WrappedPrimitive< T > Class Template Reference

#include <WrappedPrimitive.hh>

Inheritance diagram for numeric::kdtree::WrappedPrimitive< T >:
Inheritance graph
[legend]

Public Member Functions

 WrappedPrimitive ()
 
 WrappedPrimitive (T const &val)
 
T & val ()
 
T const & val () const
 
void val (T const &new_val)
 
- Public Member Functions inherited from utility::pointer::ReferenceCount
 ReferenceCount ()
 Default constructor. More...
 
virtual ~ReferenceCount ()
 

Private Attributes

val_
 

Additional Inherited Members

- Public Types inherited from utility::pointer::ReferenceCount
typedef platform::Size Size
 
typedef platform::Size size_type
 

Constructor & Destructor Documentation

template<typename T >
numeric::kdtree::WrappedPrimitive< T >::WrappedPrimitive ( )
inline
template<typename T >
numeric::kdtree::WrappedPrimitive< T >::WrappedPrimitive ( T const &  val)
inline

Member Function Documentation

template<typename T >
T& numeric::kdtree::WrappedPrimitive< T >::val ( )
inline
template<typename T >
T const& numeric::kdtree::WrappedPrimitive< T >::val ( ) const
inline
template<typename T >
void numeric::kdtree::WrappedPrimitive< T >::val ( T const &  new_val)
inline

Member Data Documentation

template<typename T >
T numeric::kdtree::WrappedPrimitive< T >::val_
private

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