#include <pal_statistics/static_circular_buffer.h>#include <boost/circular_buffer.hpp>#include <gtest/gtest.h>#include <ros/ros.h>#include <climits>#include <cfloat>#include <memory>
Go to the source code of this file.
Classes | |
| class | pal_statistics::MyAlloc< T > |
| struct | pal_statistics::MyAlloc< T >::rebind< U > |
Namespaces | |
| pal_statistics | |
Functions | |
| int | main (int argc, char **argv) |
| template<class T1 , class T2 > | |
| bool | pal_statistics::operator!= (const MyAlloc< T1 > &, const MyAlloc< T2 > &) throw () |
| template<class T1 , class T2 > | |
| bool | pal_statistics::operator== (const MyAlloc< T1 > &, const MyAlloc< T2 > &) throw () |
| pal_statistics::TEST (BufferTest, basicTest) | |
| pal_statistics::TEST (BufferTest, buffer) | |
| pal_statistics::TEST (BufferTest, circularBuffer) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 329 of file gtest_buffer.cpp.