xentara-plugin v1.2
The Xentara Plugin Framework
|
A refrence to a specific attribute of a Xentara element. More...
#include <model/AttributeReference.hpp>
Public Member Functions | |
internal internal auto | primaryKey () const -> std::string |
Gets the primary key of the attribute. | |
auto | readHandle () const -> data::ReadHandle |
Gets a read handle for the attribute. | |
auto | writeHandle () const -> data::WriteHandle |
Gets a write handle for the attribute. | |
auto | xentara_cat_string () const -> __opaque_type__ |
This is a helper function that enables using this class with utils::string::cat() | |
A refrence to a specific attribute of a Xentara element.
internal internal auto xentara::model::SubReference< Attribute >::primaryKey | ( | ) | const -> std::string |
Gets the primary key of the attribute.
auto xentara::model::SubReference< Attribute >::readHandle | ( | ) | const -> data::ReadHandle |
Gets a read handle for the attribute.
auto xentara::model::SubReference< Attribute >::writeHandle | ( | ) | const -> data::WriteHandle |
Gets a write handle for the attribute.
auto xentara::model::SubReference< Attribute >::xentara_cat_string | ( | ) | const -> __opaque_type__ |
This is a helper function that enables using this class with utils::string::cat()
utils::string::cat() will insert the primary key of the attribute into the string.