#include <cassert>#include <boost/timer.hpp>#include <iostream>#include <vector>#include <utility>#include "libtorrent/buffer.hpp"#include "test.hpp"Go to the source code of this file.
Functions | |
| int | test_main () |
| int test_main | ( | ) |
Definition at line 20 of file test_buffer.cpp.
References libtorrent::buffer::allocate(), b, libtorrent::buffer::capacity(), libtorrent::buffer::data(), libtorrent::buffer::empty(), libtorrent::buffer::erase(), libtorrent::buffer::size(), libtorrent::buffer::space_left(), and TEST_CHECK.
1.5.6