SystemClockID.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_UTIL_SYSTEMCLOCKID_H_
36 #define _BLAZE_UTIL_SYSTEMCLOCKID_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
43 #include <boost/shared_ptr.hpp>
44 
45 
46 namespace blaze {
47 
48 //=================================================================================================
49 //
50 // ::blaze NAMESPACE FORWARD DECLARATIONS
51 //
52 //=================================================================================================
53 
55 
56 
57 
58 
59 //=================================================================================================
60 //
61 // TYPE DEFINITIONS
62 //
63 //=================================================================================================
64 
65 //*************************************************************************************************
69 typedef boost::shared_ptr<SystemClock> SystemClockID;
70 //*************************************************************************************************
71 
72 
73 //*************************************************************************************************
77 typedef boost::shared_ptr<const SystemClock> ConstSystemClockID;
78 //*************************************************************************************************
79 
80 } // namespace blaze
81 
82 #endif
boost::shared_ptr< SystemClock > SystemClockID
Handle for the system clock of the Blaze library.
Definition: SystemClockID.h:54
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
System clock of the Blaze library.The SystemClock class represents the system clock of the Blaze libr...
Definition: SystemClock.h:76
boost::shared_ptr< const SystemClock > ConstSystemClockID
Handle for the system clock of the Blaze library.
Definition: SystemClockID.h:77