GnuCash c935c2f+
Loading...
Searching...
No Matches
Public Member Functions
ErrorListPrice Struct Reference

Public Member Functions

void add_error (std::string msg)
 
std::string str ()
 
bool empty ()
 

Detailed Description

Definition at line 428 of file gnc-import-price.cpp.

Member Function Documentation

◆ add_error()

void ErrorListPrice::add_error ( std::string  msg)

Definition at line 438 of file gnc-import-price.cpp.

439{
440 m_error += "- " + msg + "\n";
441}

◆ empty()

bool ErrorListPrice::empty ( )
inline

Definition at line 433 of file gnc-import-price.cpp.

433{ return m_error.empty(); }

◆ str()

std::string ErrorListPrice::str ( )

Definition at line 443 of file gnc-import-price.cpp.

444{
445 return m_error.substr(0, m_error.size() - 1);
446}

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