Add uint24 and network byte order conversions

This commit is contained in:
Vinnie Falco
2013-08-10 19:40:57 -07:00
parent e7b008c6d5
commit 21f0d63507
6 changed files with 282 additions and 1 deletions

View File

@@ -170,12 +170,14 @@
<ClInclude Include="..\..\modules\beast_core\maths\beast_MurmurHash.h" />
<ClInclude Include="..\..\modules\beast_core\maths\beast_Random.h" />
<ClInclude Include="..\..\modules\beast_core\maths\beast_Range.h" />
<ClInclude Include="..\..\modules\beast_core\maths\beast_uint24.h" />
<ClInclude Include="..\..\modules\beast_core\memory\beast_Atomic.h" />
<ClInclude Include="..\..\modules\beast_core\memory\beast_AtomicCounter.h" />
<ClInclude Include="..\..\modules\beast_core\memory\beast_AtomicFlag.h" />
<ClInclude Include="..\..\modules\beast_core\memory\beast_AtomicPointer.h" />
<ClInclude Include="..\..\modules\beast_core\memory\beast_AtomicState.h" />
<ClInclude Include="..\..\modules\beast_core\memory\beast_ByteOrder.h" />
<ClInclude Include="..\..\modules\beast_core\memory\beast_ByteSwap.h" />
<ClInclude Include="..\..\modules\beast_core\memory\beast_CacheLine.h" />
<ClInclude Include="..\..\modules\beast_core\memory\beast_HeapBlock.h" />
<ClInclude Include="..\..\modules\beast_core\memory\beast_Memory.h" />

View File

@@ -836,6 +836,12 @@
<ClInclude Include="..\..\modules\beast_asio\basics\beast_PeerRole.h">
<Filter>beast_asio\basics</Filter>
</ClInclude>
<ClInclude Include="..\..\modules\beast_core\maths\beast_uint24.h">
<Filter>beast_core\maths</Filter>
</ClInclude>
<ClInclude Include="..\..\modules\beast_core\memory\beast_ByteSwap.h">
<Filter>beast_core\memory</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\modules\beast_core\beast_core.cpp">