GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pr_formatted_float< T > Class Template Reference

#include "pr-flt-fmt.h"

Collaboration diagram for pr_formatted_float< T >:

Public Member Functions

 pr_formatted_float (const float_format &ff, T val)
 
 pr_formatted_float (const float_display_format &fdf, T val)
 

Public Attributes

const float_format m_ff
 
m_val
 

Detailed Description

template<typename T>
class pr_formatted_float< T >

Definition at line 35 of file pr-flt-fmt.h.

Constructor & Destructor Documentation

◆ pr_formatted_float() [1/2]

template<typename T >
pr_formatted_float< T >::pr_formatted_float ( const float_format ff,
val 
)
inline

Definition at line 539 of file pr-output.h.

◆ pr_formatted_float() [2/2]

template<typename T >
pr_formatted_float< T >::pr_formatted_float ( const float_display_format fdf,
val 
)
inline

Definition at line 542 of file pr-output.h.

Member Data Documentation

◆ m_ff

template<typename T >
const float_format pr_formatted_float< T >::m_ff

Definition at line 535 of file pr-output.h.

◆ m_val

template<typename T >
T pr_formatted_float< T >::m_val

Definition at line 537 of file pr-output.h.


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