bad_visit.xml 873 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE header PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
  3. "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
  4. <!--
  5. Copyright 2003, Eric Friedman, Itay Maman.
  6. Distributed under the Boost Software License, Version 1.0. (See accompanying
  7. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  8. -->
  9. <header name="boost/variant/bad_visit.hpp">
  10. <namespace name="boost">
  11. <class name="bad_visit">
  12. <inherit access="public">
  13. <classname>std::exception</classname>
  14. </inherit>
  15. <purpose>
  16. <simpara>The exception thrown in the event of a visitor
  17. unable to handle the visited value.</simpara>
  18. </purpose>
  19. <method name="what" specifiers="virtual" cv="const">
  20. <type>const char *</type>
  21. </method>
  22. </class>
  23. </namespace>
  24. </header>