mirror of
https://github.com/Telecominfraproject/oopt-tai.git
synced 2026-01-09 23:21:36 +00:00
framework: add S_ConstAttribute typedef
Signed-off-by: Wataru Ishida <ishida@nel-america.com>
This commit is contained in:
committed by
Wataru Ishida
parent
1b6ecaad64
commit
3fbf9d3129
@@ -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*)>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user