GCS
0.2.3
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
src
gu_buffer.hpp
1
/*
2
* Copyright (C) 2009 Codership Oy <info@codership.com>
3
*/
4
9
#ifndef GU_BUFFER_HPP
10
#define GU_BUFFER_HPP
11
12
#include "gu_types.hpp"
// for gu::byte_t
13
14
#include <boost/shared_ptr.hpp>
15
#include <vector>
16
17
namespace
gu
18
{
19
typedef
std::vector<byte_t> Buffer;
20
typedef
boost::shared_ptr<Buffer> SharedBuffer;
21
}
22
23
#endif // GU_BUFFER_HPP
Generated on Tue Sep 16 2014 09:07:35 for GCS by
1.8.7