![]() |
Disk ARchive
2.5.18
Full featured and portable backup and archiving tool
|
#include <ea.hpp>
Inherits libdar::on_pool.
Public Member Functions | |
ea_attributs (generic_file &f, const archive_version &edit) | |
ea_attributs (const ea_attributs &ref) | |
bool | operator== (const ea_attributs &ref) const |
void | dump (generic_file &f) const |
void | add (const std::string &key, const std::string &value) |
void | reset_read () const |
bool | read (std::string &key, std::string &value) const |
infinint | size () const |
void | clear () |
bool | find (const std::string &key, std::string &found_value) const |
bool | diff (const ea_attributs &other, const mask &filter) const |
infinint | space_used () const |
ea_attributs | operator+ (const ea_attributs &arg) const |
addition operator. More... | |
![]() | |
void * | operator new (size_t n_byte) |
void * | operator new (size_t n_byte, const std::nothrow_t ¬hrow_value) |
void * | operator new[] (size_t n_byte) |
void * | operator new[] (size_t n_byte, const std::nothrow_t ¬hrow_value) |
void * | operator new (size_t n_byte, memory_pool *p) |
void * | operator new[] (size_t n_byte, memory_pool *p) |
void | operator delete (void *ptr, memory_pool *p) |
this operator is called by the compiler if an exception is throw from the constructor of the allocated object | |
void | operator delete[] (void *ptr, memory_pool *p) |
this operator is called by the compiler if an exception is throw from the constructor of the allocated objects | |
void | operator delete (void *ptr) |
this is the usual delete operator, modified to handle allocated objects allocated on a memory pool or not | |
void | operator delete[] (void *ptr) |
this is the usual delete[] operator, modified to handle allocated objects allocated on a memory pool or not | |
Additional Inherited Members | |
![]() | |
memory_pool * | get_pool () const |
template<class T > | |
void | meta_new (T *&ptr, size_t num) |
template<class T > | |
void | meta_delete (T *ptr) |
the class ea_attributs manages the set of EA that can be associated to an inode
ea_attributs libdar::ea_attributs::operator+ | ( | const ea_attributs & | arg | ) | const |
addition operator.
[in] | arg | ea_attributs to add to self |