Monero
Loading...
Searching...
No Matches
tools::Notify Class Reference

#include <notify.h>

Public Member Functions

 Notify (const char *spec)
 Notify (const Notify &)=default
 Notify (Notify &&)=default
Notifyoperator= (const Notify &)=default
Notifyoperator= (Notify &&)=default
int notify (const char *tag, const char *s,...) const

Private Attributes

std::string filename
std::vector< std::string > args

Constructor & Destructor Documentation

◆ Notify() [1/3]

tools::Notify::Notify ( const char * spec)

◆ Notify() [2/3]

tools::Notify::Notify ( const Notify & )
default

◆ Notify() [3/3]

tools::Notify::Notify ( Notify && )
default

Member Function Documentation

◆ notify()

int tools::Notify::notify ( const char * tag,
const char * s,
... ) const

◆ operator=() [1/2]

Notify & tools::Notify::operator= ( const Notify & )
default

◆ operator=() [2/2]

Notify & tools::Notify::operator= ( Notify && )
default

Member Data Documentation

◆ args

std::vector<std::string> tools::Notify::args
private

◆ filename

std::string tools::Notify::filename
private

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