All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SystemClockID.h
Go to the documentation of this file.
1 //=================================================================================================
20 //=================================================================================================
21 
22 #ifndef _BLAZE_UTIL_SYSTEMCLOCKID_H_
23 #define _BLAZE_UTIL_SYSTEMCLOCKID_H_
24 
25 
26 //*************************************************************************************************
27 // Includes
28 //*************************************************************************************************
29 
30 #include <boost/shared_ptr.hpp>
31 
32 
33 namespace blaze {
34 
35 //=================================================================================================
36 //
37 // ::blaze NAMESPACE FORWARD DECLARATIONS
38 //
39 //=================================================================================================
40 
42 
43 
44 
45 
46 //=================================================================================================
47 //
48 // TYPE DEFINITIONS
49 //
50 //=================================================================================================
51 
52 //*************************************************************************************************
56 typedef boost::shared_ptr<SystemClock> SystemClockID;
57 //*************************************************************************************************
58 
59 
60 //*************************************************************************************************
64 typedef boost::shared_ptr<const SystemClock> ConstSystemClockID;
65 //*************************************************************************************************
66 
67 } // namespace blaze
68 
69 #endif