ALPSCore reference
Public Member Functions | List of all members
alps::params_ns::params::archive_conflict Class Reference

Exception type: attempt to restore from 2 archives. More...

#include <params.hpp>

Inheritance diagram for alps::params_ns::params::archive_conflict:
Inheritance graph
Collaboration diagram for alps::params_ns::params::archive_conflict:
Collaboration graph

Public Member Functions

 archive_conflict (const std::string &a_what, const std::string &fname1, const std::string &fname2)
 
const std::string & get_name (unsigned int i) const
 
const std::vector< std::string > & get_names () const
 

Detailed Description

Exception type: attempt to restore from 2 archives.

Definition at line 216 of file params.hpp.

Constructor & Destructor Documentation

alps::params_ns::params::archive_conflict::archive_conflict ( const std::string &  a_what,
const std::string &  fname1,
const std::string &  fname2 
)
inline

Definition at line 219 of file params.hpp.

Member Function Documentation

const std::string& alps::params_ns::params::archive_conflict::get_name ( unsigned int  i) const
inline

Definition at line 224 of file params.hpp.

const std::vector<std::string>& alps::params_ns::params::archive_conflict::get_names ( ) const
inline

Definition at line 228 of file params.hpp.


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