framework: add S_ConstAttribute typedef

Signed-off-by: Wataru Ishida <ishida@nel-america.com>
This commit is contained in:
Wataru Ishida
2020-01-04 17:42:30 +00:00
committed by Wataru Ishida
parent 1b6ecaad64
commit 3fbf9d3129

View File

@@ -15,6 +15,7 @@ namespace tai {
class Attribute;
using S_Attribute = std::shared_ptr<Attribute>;
using S_ConstAttribute = std::shared_ptr<const Attribute>;
using getter = std::function<tai_status_t(tai_attribute_t*)>;