Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62866 - sandbox/SOC/2010/bit_masks/boost
From: bbartmanboost_at_[hidden]
Date: 2010-06-12 13:54:41


Author: bbartman
Date: 2010-06-12 13:54:40 EDT (Sat, 12 Jun 2010)
New Revision: 62866
URL: http://svn.boost.org/trac/boost/changeset/62866

Log:
adding vicentes work to my work to make the managment of the bitfields within the bitfield_tuple
Added:
   sandbox/SOC/2010/bit_masks/boost/bitfield.hpp (contents, props changed)

Added: sandbox/SOC/2010/bit_masks/boost/bitfield.hpp
==============================================================================
--- (empty file)
+++ sandbox/SOC/2010/bit_masks/boost/bitfield.hpp 2010-06-12 13:54:40 EDT (Sat, 12 Jun 2010)
@@ -0,0 +1,20 @@
+//////////////////////////////////////////////////////////////////////////////
+//
+// (C) Copyright Vicente J. Botet Escriba 2009. Distributed under the Boost
+// Software License, Version 1.0. (See accompanying file
+// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+//
+// See http://www.boost.org/libs/integer for documentation.
+//
+//////////////////////////////////////////////////////////////////////////////
+
+#ifndef BOOST_BITFIELD__HPP
+#define BOOST_BITFIELD__HPP
+
+#include <boost/bitfield/bitfield.hpp>
+#include <boost/bitfield/bitfield_dcl.hpp>
+//#include <boost/bitfield/endian_bitfield_value_type.hpp>
+//#include <boost/bitfield/bitfield_group.hpp>
+//#include <boost/bitfield/pointer_plus_bits.hpp>
+#endif
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk