libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
objectuid.hpp
Go to the documentation of this file.
1 #pragma once
2 #ifndef QI_OBJECTUID_HPP
3 #define QI_OBJECTUID_HPP
4 
5 #include <qi/ptruid.hpp>
6 
7 namespace qi
8 {
16  using ObjectUid = PtrUid; // TODO: strong type
17 }
18 
19 #endif