ant
A2 ant: class-based analysis framework
ant::tmpfolder_t Struct Reference

A tmpfolder class which deletes the whole directory on destroy. More...

#include <tmpfile_t.h>

+ Collaboration diagram for ant::tmpfolder_t:

Public Member Functions

 tmpfolder_t ()
 
 ~tmpfolder_t ()
 
 tmpfolder_t (tmpfolder_t &&)=default
 
 tmpfolder_t (const tmpfolder_t &)=delete
 
tmpfolder_toperator= (tmpfolder_t &&)=default
 
tmpfolder_toperator= (const tmpfolder_t &)=delete
 

Public Attributes

std::string foldername
 

Detailed Description

A tmpfolder class which deletes the whole directory on destroy.

Constructor & Destructor Documentation

◆ tmpfolder_t() [1/3]

tmpfolder_t::tmpfolder_t ( )

◆ ~tmpfolder_t()

tmpfolder_t::~tmpfolder_t ( )

◆ tmpfolder_t() [2/3]

ant::tmpfolder_t::tmpfolder_t ( tmpfolder_t &&  )
default

◆ tmpfolder_t() [3/3]

ant::tmpfolder_t::tmpfolder_t ( const tmpfolder_t )
delete

Member Function Documentation

◆ operator=() [1/2]

tmpfolder_t& ant::tmpfolder_t::operator= ( tmpfolder_t &&  )
default

◆ operator=() [2/2]

tmpfolder_t& ant::tmpfolder_t::operator= ( const tmpfolder_t )
delete

Member Data Documentation

◆ foldername

std::string ant::tmpfolder_t::foldername

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