Collage
1.5.0
High-performance C++ library for developing object-oriented distributed applications.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
features.h
1
/* Copyright (c) 2006-2014, Stefan Eilemann <eile@equalizergraphics.com>
2
* 2012, Daniel Nachbaur <danielnachbaur@gmail.com>
3
*
4
* This file is part of Collage <https://github.com/Eyescale/Collage>
5
*
6
* This library is free software; you can redistribute it and/or modify it under
7
* the terms of the GNU Lesser General Public License version 2.1 as published
8
* by the Free Software Foundation.
9
*
10
* This library is distributed in the hope that it will be useful, but WITHOUT
11
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
13
* details.
14
*
15
* You should have received a copy of the GNU Lesser General Public License
16
* along with this library; if not, write to the Free Software Foundation, Inc.,
17
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18
*/
19
20
#ifndef CO_FEATURES_H
21
#define CO_FEATURES_H
22
65
#ifdef CO_IGNORE_ENDIANNESS
66
namespace
lunchbox
67
{
template
<
class
T >
inline
void
byteswap( T& value ) {
/*NOP*/
}}
68
#endif
69
70
#endif // CO_FEATURES_H
lunchbox
Definition:
commands.h:56
install
include
co
features.h
Generated on Thu Jul 14 2016 01:19:03 for Collage by
1.8.9.1