GnuCash c935c2f+
Loading...
Searching...
No Matches
Public Member Functions
cust_prec_punct< prec > Struct Template Reference
Inheritance diagram for cust_prec_punct< prec >:

Public Member Functions

 cust_prec_punct (const char *name)
 
int do_frac_digits () const
 

Detailed Description

template<int prec>
struct cust_prec_punct< prec >

Definition at line 2327 of file assistant-loan.cpp.

Constructor & Destructor Documentation

◆ cust_prec_punct()

template<int prec>
cust_prec_punct< prec >::cust_prec_punct ( const char *  name)
inline

Definition at line 2328 of file assistant-loan.cpp.

2328: moneypunct_byname(name) {}

Member Function Documentation

◆ do_frac_digits()

template<int prec>
int cust_prec_punct< prec >::do_frac_digits ( ) const
inline

Definition at line 2329 of file assistant-loan.cpp.

2329{ return prec; }

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