Fleet  0.0.9
Inference in the LOT
Public Member Functions | Public Attributes | List of all members
StreamingSum< T > Struct Template Reference

#include <StreamingSum.h>

Collaboration diagram for StreamingSum< T >:
Collaboration graph
[legend]

Public Member Functions

 StreamingSum (const T v=0)
 
operator<< (const T x)
 
operator= (const T v)
 
operator+= (const T v)
 
 operator double () const
 

Public Attributes

total
 
low
 

Constructor & Destructor Documentation

◆ StreamingSum()

template<typename T>
StreamingSum< T >::StreamingSum ( const T  v = 0)
inline

Member Function Documentation

◆ operator double()

template<typename T>
StreamingSum< T >::operator double ( ) const
inline

◆ operator+=()

template<typename T>
T StreamingSum< T >::operator+= ( const T  v)
inline

◆ operator<<()

template<typename T>
T StreamingSum< T >::operator<< ( const T  x)
inline

◆ operator=()

template<typename T>
T StreamingSum< T >::operator= ( const T  v)
inline

Member Data Documentation

◆ low

template<typename T>
T StreamingSum< T >::low

◆ total

template<typename T>
T StreamingSum< T >::total

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