Public Member Functions | Protected Member Functions
IpoptRJournal Class Reference

#include <IpoptRJournal.hpp>

Inheritance diagram for IpoptRJournal:
Ipopt::Journal Ipopt::ReferencedObject

List of all members.

Public Member Functions

 IpoptRJournal (Ipopt::EJournalLevel default_level)
virtual ~IpoptRJournal ()

Protected Member Functions

virtual void PrintImpl (Ipopt::EJournalCategory category, Ipopt::EJournalLevel level, const char *str)
 Print to the designated output location.
virtual void PrintfImpl (Ipopt::EJournalCategory category, Ipopt::EJournalLevel level, const char *pformat, va_list ap)
 Printf to the designated output location.
virtual void FlushBufferImpl ()
 Flush output buffer.

Detailed Description

Definition at line 23 of file IpoptRJournal.hpp.


Constructor & Destructor Documentation

IpoptRJournal::IpoptRJournal ( Ipopt::EJournalLevel  default_level)
virtual IpoptRJournal::~IpoptRJournal ( ) [inline, virtual]

Definition at line 30 of file IpoptRJournal.hpp.


Member Function Documentation

virtual void IpoptRJournal::PrintImpl ( Ipopt::EJournalCategory  category,
Ipopt::EJournalLevel  level,
const char *  str 
) [protected, virtual]

Print to the designated output location.

Implements Ipopt::Journal.

virtual void IpoptRJournal::PrintfImpl ( Ipopt::EJournalCategory  category,
Ipopt::EJournalLevel  level,
const char *  pformat,
va_list  ap 
) [protected, virtual]

Printf to the designated output location.

Implements Ipopt::Journal.

virtual void IpoptRJournal::FlushBufferImpl ( ) [protected, virtual]

Flush output buffer.

Implements Ipopt::Journal.


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