libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::LIBJMMCG_VER_NAMESPACE::curl::email_recipients Class Reference

#include <curl.hpp>

Inherits boost::noncopyable.

Public Member Functions

 ~email_recipients () noexcept(true)
 
void push_back (std::string const &addr) noexcept(true)
 
bool empty () const noexcept(true)
 

Friends

class curl
 

Detailed Description

Definition at line 43 of file curl.hpp.

Constructor & Destructor Documentation

◆ ~email_recipients()

jmmcg::LIBJMMCG_VER_NAMESPACE::curl::email_recipients::~email_recipients ( )
noexcept

Definition at line 55 of file curl.cpp.

Member Function Documentation

◆ empty()

bool jmmcg::LIBJMMCG_VER_NAMESPACE::curl::email_recipients::empty ( ) const
noexcept

◆ push_back()

void jmmcg::LIBJMMCG_VER_NAMESPACE::curl::email_recipients::push_back ( std::string const &  addr)
noexcept

Add two recipients, in this particular case they correspond to the To: and Cc: addressees in the header, but they could be any kind of recipient.

Definition at line 60 of file curl.cpp.

Friends And Related Function Documentation

◆ curl

friend class curl
friend

Definition at line 54 of file curl.hpp.


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