From 460d9bda5f03c5da29864fa9dd160848097be51b Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 6 Jan 2018 11:36:50 +0000 Subject: [Travis] Rebuilding documentation --- classyage_1_1SyncQueue.html | 79 +-------------------------------------------- 1 file changed, 1 insertion(+), 78 deletions(-) (limited to 'classyage_1_1SyncQueue.html') diff --git a/classyage_1_1SyncQueue.html b/classyage_1_1SyncQueue.html index 139ee5de..a4a63be0 100644 --- a/classyage_1_1SyncQueue.html +++ b/classyage_1_1SyncQueue.html @@ -108,7 +108,6 @@ $(document).ready(function(){initNavTree('classyage_1_1SyncQueue.html','');});
Public Member Functions | -Private Attributes | List of all members
yage::SyncQueue< T > Class Template Reference
@@ -133,15 +132,6 @@ Public Member Functions   void push (T &&item)   - - - - - - - -

-Private Attributes

std::queue< Tqueue_
 
std::mutex mutex_
 
std::condition_variable cond_
 

Constructor & Destructor Documentation

@@ -291,73 +281,6 @@ template<typename T>
-
- -

Member Data Documentation

- -
-
-
-template<typename T>
- - - - - -
- - - - -
std::condition_variable yage::SyncQueue< T >::cond_
-
-private
-
- -
-
- -
-
-
-template<typename T>
- - - - - -
- - - - -
std::mutex yage::SyncQueue< T >::mutex_
-
-private
-
- -
-
- -
-
-
-template<typename T>
- - - - - -
- - - - -
std::queue<T> yage::SyncQueue< T >::queue_
-
-private
-
-

The documentation for this class was generated from the following file: