opensurgsim
|
Tests for the LockedContainer class. More...
#include <gtest/gtest.h>
#include "SurgSim/Framework/LockedContainer.h"
#include <boost/thread.hpp>
#include <boost/chrono.hpp>
Classes | |
class | Copyable |
A class that supports copy construction and copy assignment but not moving. More... | |
class | NonCopyable |
A class that supports neither copying nor moving. More... | |
class | Movable |
A class that supports move construction and move assignment but not copying. More... | |
class | BigData |
A class with several pieces of data for checking consistency. More... | |
class | DataWriter |
Typedefs | |
typedef LockedContainer< BigData > | SharedData |
Tests for the LockedContainer class.