Collage
1.0.1
Object-Oriented C++ Network Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
install
include
co
co.h
1
2
/* Copyright (c) 2006-2013, Stefan Eilemann <eile@equalizergraphics.com>
3
* 2012, Daniel Nachbaur <danielnachbaur@gmail.com>
4
*
5
* This file is part of Collage <https://github.com/Eyescale/Collage>
6
*
7
* This library is free software; you can redistribute it and/or modify it under
8
* the terms of the GNU Lesser General Public License version 2.1 as published
9
* by the Free Software Foundation.
10
*
11
* This library is distributed in the hope that it will be useful, but WITHOUT
12
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
14
* details.
15
*
16
* You should have received a copy of the GNU Lesser General Public License
17
* along with this library; if not, write to the Free Software Foundation, Inc.,
18
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19
*/
20
21
#ifndef CO_H
22
#define CO_H
23
67
#include <co/barrier.h>
68
#include <co/buffer.h>
69
#include <co/bufferConnection.h>
70
#include <co/connectionDescription.h>
71
#include <co/connection.h>
72
#include <co/connectionSet.h>
73
#include <co/connectionType.h>
74
#include <co/customICommand.h>
75
#include <co/customOCommand.h>
76
#include <co/dataIStreamArchive.h>
77
#include <co/dataIStream.h>
78
#include <co/dataOStreamArchive.h>
79
#include <co/dataOStream.h>
80
#include <co/global.h>
81
#include <co/iCommand.h>
82
#include <co/init.h>
83
#include <co/objectFactory.h>
84
#include <co/object.h>
85
#include <co/objectICommand.h>
86
#include <co/objectMap.h>
87
#include <co/objectOCommand.h>
88
#include <co/oCommand.h>
89
#include <co/sendToken.h>
90
#include <co/serializable.h>
91
#include <co/zeroconf.h>
92
#include <lunchbox/lunchbox.h>
93
94
#ifdef CO_IGNORE_ENDIANNESS
95
namespace
lunchbox
96
{
template
<
class
T >
inline
void
byteswap( T& value ) {
/*NOP*/
}}
97
#endif
98
99
#endif // CO_H
Generated on Thu Dec 5 2013 12:02:22 for Collage by
1.8.5