endian.adoc 832 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ////
  2. Copyright 2019 Glen Joseph Fernandes
  3. (glenjofe@gmail.com)
  4. Distributed under the Boost Software License, Version 1.0.
  5. (http://www.boost.org/LICENSE_1_0.txt)
  6. ////
  7. # Boost.Endian: The Boost Endian Library
  8. Beman Dawes
  9. :toc: left
  10. :toclevels: 2
  11. :idprefix:
  12. :listing-caption: Code Example
  13. :docinfo: private-footer
  14. :leveloffset: +1
  15. include::endian/overview.adoc[]
  16. include::endian/changelog.adoc[]
  17. include::endian/conversion.adoc[]
  18. include::endian/buffers.adoc[]
  19. include::endian/arithmetic.adoc[]
  20. include::endian/choosing_approach.adoc[]
  21. include::endian/mini_review_topics.adoc[]
  22. :leveloffset: -1
  23. [appendix]
  24. ## Copyright and License
  25. This documentation is
  26. * Copyright 2011-2016 Beman Dawes
  27. * Copyright 2019 Peter Dimov
  28. and is distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].