'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Class dylib_error

odtone::dylib_error

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/dylib.hpp>


class dylib_error : public odtone::exception {
public:
  // construct/copy/destruct
  dylib_error(std::string const &);
  ~dylib_error();

  // public member functions
  const char * what() const;
};

Description

dylib_error public construct/copy/destruct

  1. dylib_error(std::string const & what);
  2. ~dylib_error();

dylib_error public member functions

  1. const char * what() const;

PrevUpHomeNext