Last change
on this file since 29 was
29,
checked in by landauf, 16 years ago
|
updated boost from 1_33_1 to 1_34_1
|
File size:
660 bytes
|
Line | |
---|
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 | <header name="boost/variant/bad_visit.hpp"> |
---|
5 | <namespace name="boost"> |
---|
6 | |
---|
7 | <class name="bad_visit"> |
---|
8 | <inherit access="public"> |
---|
9 | <classname>std::exception</classname> |
---|
10 | </inherit> |
---|
11 | |
---|
12 | <purpose> |
---|
13 | <simpara>The exception thrown in the event of a visitor |
---|
14 | unable to handle the visited value.</simpara> |
---|
15 | </purpose> |
---|
16 | |
---|
17 | <method name="what" specifiers="virtual" cv="const"> |
---|
18 | <type>const char *</type> |
---|
19 | </method> |
---|
20 | </class> |
---|
21 | |
---|
22 | </namespace> |
---|
23 | </header> |
---|
Note: See
TracBrowser
for help on using the repository browser.