library.h
Go to the documentation of this file.
The array_range class provides a view into an underlying data structure with lower and upper limits.
Definition: array_range.h:64
The class template basic_string_view describes an non-owning reference to a constant contiguous seque...
Definition: string_view.h:49
The library class provides a cross platform way of explicit loading shared objects (....
Definition: library.h:100
bool is_loaded() const noexcept
Returns true if the library is loaded; otherwise returns false.
library & operator=(const library &)=delete
library(const library &)=delete
library(string_view file_name, string_view version=string_view())
Constructs a library instance that will load the given library file_name and an optional version numb...
The method class provides several meta information about a method and can be invoked.
Definition: method.h:121
The property class provides several meta information about a property and gives read/write access to ...
Definition: property.h:117
Definition: access_levels.h:34
basic_string_view< char > string_view
A class to hold a reference to a continuous sequence of char objects.
Definition: string_view.h:493
Generated on Sun Mar 7 2021 17:05:36 for rttr - 0.9.6 by doxygen.