datastructure managing a member of the list of archives used by a database
More...
#include <database_archives.hpp>
|
|
| database_archives (const database_archives &ref)=default |
|
| database_archives (database_archives &&ref) noexcept=default |
|
database_archives & | operator= (const database_archives &ref)=default |
|
database_archives & | operator= (database_archives &&ref) noexcept=default |
| void | set_path (const std::string &val) |
| void | set_basename (const std::string &val) |
| const std::string & | get_path () const |
| | this provides the path where is located this archive
|
| const std::string & | get_basename () const |
| | this provides the basename of the archive
|
|
| database_archives (const database_archives &ref)=default |
|
| database_archives (database_archives &&ref) noexcept=default |
|
database_archives & | operator= (const database_archives &ref)=default |
|
database_archives & | operator= (database_archives &&ref) noexcept=default |
| void | set_path (const std::string &val) |
| void | set_basename (const std::string &val) |
| const std::string & | get_path () const |
| | this provides the path where is located this archive
|
| const std::string & | get_basename () const |
| | this provides the basename of the archive
|
datastructure managing a member of the list of archives used by a database
only two methods are useful from API point of view
Definition at line 48 of file dar64-2.8.3-win64/include/dar/database_archives.hpp.
◆ database_archives() [1/2]
| libdar::database_archives::database_archives |
( |
| ) |
|
|
inline |
◆ database_archives() [2/2]
| libdar::database_archives::database_archives |
( |
| ) |
|
|
inline |
◆ get_basename() [1/2]
| const std::string & libdar::database_archives::get_basename |
( |
| ) |
const |
|
inline |
◆ get_basename() [2/2]
| const std::string & libdar::database_archives::get_basename |
( |
| ) |
const |
|
inline |
◆ get_path() [1/2]
| const std::string & libdar::database_archives::get_path |
( |
| ) |
const |
|
inline |
◆ get_path() [2/2]
| const std::string & libdar::database_archives::get_path |
( |
| ) |
const |
|
inline |
◆ set_basename() [1/2]
| void libdar::database_archives::set_basename |
( |
const std::string & | val | ) |
|
|
inline |
◆ set_basename() [2/2]
| void libdar::database_archives::set_basename |
( |
const std::string & | val | ) |
|
|
inline |
◆ set_path() [1/2]
| void libdar::database_archives::set_path |
( |
const std::string & | val | ) |
|
|
inline |
◆ set_path() [2/2]
| void libdar::database_archives::set_path |
( |
const std::string & | val | ) |
|
|
inline |
◆ base
| std::string libdar::database_archives::base |
|
private |
◆ chemin
| std::string libdar::database_archives::chemin |
|
private |
The documentation for this class was generated from the following files: