Entry in the resource set. More...
#include <kanzi/core.ui/resource/resource_manager.hpp>
Public Member Functions | |
ResourceSharedPtr | getResource () const |
Gets the referred resource. | |
const string & | getUrl () const |
Gets the URL of the resource. | |
bool | operator< (const ResourceInfoEntry &rhs) const |
Less than -operator. | |
ResourceInfoEntry & | operator= (const ResourceInfoEntry &)=default |
Default copy operator. | |
ResourceInfoEntry & | operator= (ResourceInfoEntry &&)=default |
Default move operator. | |
ResourceInfoEntry ()=default | |
Default constructor. | |
ResourceInfoEntry (const ResourceInfoEntry &)=default | |
Default copy constructor. | |
ResourceInfoEntry (ResourceInfoEntry &&)=default | |
Default move constructor. | |
ResourceInfoEntry (string_view url, Resource &resource) | |
Constructor. | |
Entry in the resource set.
|
explicitdefault |
Default constructor.
|
inlineexplicit |
Constructor.
|
default |
Default copy constructor.
|
default |
Default move constructor.
|
inline |
Gets the URL of the resource.
|
inline |
Gets the referred resource.
|
inline |
Less than -operator.
rhs | Right-hand side operand. |
|
default |
Default copy operator.
|
default |
Default move operator.