STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Public Member Functions
|
Public Attributes
|
Private Member Functions
|
List of all members
_Monobj< _Money > Struct Template Reference
Public Member Functions
_Monobj
(_Money &_Val_arg,
bool
_Intl_arg)
Public Attributes
_Money &
_Val
bool
_Intl
Private Member Functions
_Monobj
&
operator=
(const
_Monobj
&)
Constructor & Destructor Documentation
template<class _Money>
_Monobj
< _Money >::
_Monobj
(
_Money &
_Val_arg
,
bool
_Intl_arg
)
inline
71
:
_Val
(_Val_arg),
_Intl
(_Intl_arg)
72
{
// construct from monetary amount reference and int'l flag
73
}
_Monobj::_Intl
bool _Intl
Definition:
iomanip:76
_Monobj::_Val
_Money & _Val
Definition:
iomanip:75
Member Function Documentation
template<class _Money>
_Monobj
&
_Monobj
< _Money >::operator=
(
const
_Monobj
< _Money > &
)
private
Member Data Documentation
template<class _Money>
bool
_Monobj
< _Money >::_Intl
template<class _Money>
_Money&
_Monobj
< _Money >::_Val
The documentation for this struct was generated from the following file:
VS2015/inc/
iomanip
Generated on Mon Jul 24 2017 18:16:00 for STLdoc by
1.8.8