This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
|
|
Definition at line 2 of file BLOCXX_config.h. |
|
|
Definition at line 163 of file BLOCXX_config.h. |
|
|
Definition at line 102 of file BLOCXX_config.h. |
|
|
Definition at line 97 of file BLOCXX_config.h. |
|
|
The BLOCXX_DEPRECATED macro can be used to trigger compile-time warnings with gcc >= 3.2 when deprecated functions are used. For non-inline functions, the macro is used at the very end of the function declaration, right before the semicolon, unless it's pure virtual: int deprecatedFunc() const BLOCXX_DEPRECATED; virtual int deprecatedPureVirtualFunc() const BLOCXX_DEPRECATED = 0; Functions which are implemented inline are handled differently: the BLOCXX_DEPRECATED macro is used at the front, right before the return type, but after "static" or "virtual": BLOCXX_DEPRECATED void deprecatedFuncA() { .. } virtual BLOCXX_DEPRECATED int deprecatedFuncB() { .. } static BLOCXX_DEPRECATED bool deprecatedFuncC() { .. } You can also mark whole structs or classes as deprecated, by inserting the BLOCXX_DEPRECATED macro after the struct/class keyword, but before the name of the struct/class: class BLOCXX_DEPRECATED DeprecatedClass { }; struct BLOCXX_DEPRECATED DeprecatedStruct { }; However, deprecating a struct/class doesn't create a warning for gcc versions <= 3.3 (haven't tried 3.4 yet). If you want to deprecate a class, also deprecate all member functions as well (which will cause warnings). Definition at line 893 of file BLOCXX_config.h. |
|
|
Definition at line 64 of file BLOCXX_config.h. |
|
|
Definition at line 67 of file BLOCXX_config.h. |
|
|
Definition at line 61 of file BLOCXX_config.h. |
|
|
Definition at line 58 of file BLOCXX_config.h. |
|
|
Definition at line 903 of file BLOCXX_config.h. |
|
|
Definition at line 174 of file BLOCXX_config.h. |
|
|
Definition at line 179 of file BLOCXX_config.h. |
|
|
Definition at line 107 of file BLOCXX_config.h. |
|
|
Definition at line 187 of file BLOCXX_config.h. |
|
|
Definition at line 192 of file BLOCXX_config.h. |
|
|
Definition at line 197 of file BLOCXX_config.h. |
|
|
Definition at line 202 of file BLOCXX_config.h. |
|
|
Definition at line 207 of file BLOCXX_config.h. |
|
|
Definition at line 212 of file BLOCXX_config.h. |
|
|
Definition at line 218 of file BLOCXX_config.h. |
|
|
Definition at line 223 of file BLOCXX_config.h. |
|
|
Definition at line 234 of file BLOCXX_config.h. |
|
|
Definition at line 239 of file BLOCXX_config.h. |
|
|
Definition at line 244 of file BLOCXX_config.h. |
|
|
Definition at line 249 of file BLOCXX_config.h. |
|
|
Definition at line 254 of file BLOCXX_config.h. |
|
|
Definition at line 259 of file BLOCXX_config.h. |
|
|
Definition at line 264 of file BLOCXX_config.h. |
|
|
Definition at line 269 of file BLOCXX_config.h. |
|
|
Definition at line 274 of file BLOCXX_config.h. |
|
|
Definition at line 279 of file BLOCXX_config.h. |
|
|
Definition at line 287 of file BLOCXX_config.h. |
|
|
Definition at line 292 of file BLOCXX_config.h. |
|
|
Definition at line 297 of file BLOCXX_config.h. |
|
|
Definition at line 302 of file BLOCXX_config.h. |
|
|
Definition at line 307 of file BLOCXX_config.h. |
|
|
Definition at line 312 of file BLOCXX_config.h. |
|
|
Definition at line 317 of file BLOCXX_config.h. |
|
|
Definition at line 322 of file BLOCXX_config.h. |
|
|
Definition at line 327 of file BLOCXX_config.h. |
|
|
Definition at line 332 of file BLOCXX_config.h. |
|
|
Definition at line 337 of file BLOCXX_config.h. |
|
|
Definition at line 345 of file BLOCXX_config.h. |
|
|
Definition at line 350 of file BLOCXX_config.h. |
|
|
Definition at line 355 of file BLOCXX_config.h. |
|
|
Definition at line 360 of file BLOCXX_config.h. |
|
|
Definition at line 130 of file BLOCXX_config.h. |
|
|
Definition at line 368 of file BLOCXX_config.h. |
|
|
Definition at line 373 of file BLOCXX_config.h. |
|
|
Definition at line 124 of file BLOCXX_config.h. |
|
|
Definition at line 127 of file BLOCXX_config.h. |
|
|
Definition at line 378 of file BLOCXX_config.h. |
|
|
Definition at line 383 of file BLOCXX_config.h. |
|
|
Definition at line 388 of file BLOCXX_config.h. |
|
|
Definition at line 393 of file BLOCXX_config.h. |
|
|
Definition at line 398 of file BLOCXX_config.h. |
|
|
Definition at line 403 of file BLOCXX_config.h. |
|
|
Definition at line 408 of file BLOCXX_config.h. |
|
|
Definition at line 413 of file BLOCXX_config.h. |
|
|
Definition at line 427 of file BLOCXX_config.h. |
|
|
Definition at line 432 of file BLOCXX_config.h. |
|
|
Definition at line 120 of file BLOCXX_config.h. |
|
|
Definition at line 437 of file BLOCXX_config.h. |
|
|
Definition at line 514 of file BLOCXX_config.h. |
|
|
Definition at line 442 of file BLOCXX_config.h. |
|
|
Definition at line 447 of file BLOCXX_config.h. |
|
|
Definition at line 452 of file BLOCXX_config.h. |
|
|
Definition at line 457 of file BLOCXX_config.h. |
|
|
Definition at line 462 of file BLOCXX_config.h. |
|
|
Definition at line 472 of file BLOCXX_config.h. |
|
|
Definition at line 467 of file BLOCXX_config.h. |
|
|
Definition at line 477 of file BLOCXX_config.h. |
|
|
Definition at line 482 of file BLOCXX_config.h. |
|
|
Definition at line 487 of file BLOCXX_config.h. |
|
|
Definition at line 492 of file BLOCXX_config.h. |
|
|
Definition at line 497 of file BLOCXX_config.h. |
|
|
Definition at line 508 of file BLOCXX_config.h. |
|
|
Definition at line 519 of file BLOCXX_config.h. |
|
|
Definition at line 524 of file BLOCXX_config.h. |
|
|
Definition at line 529 of file BLOCXX_config.h. |
|
|
Definition at line 537 of file BLOCXX_config.h. |
|
|
Definition at line 542 of file BLOCXX_config.h. |
|
|
Definition at line 547 of file BLOCXX_config.h. |
|
|
Definition at line 552 of file BLOCXX_config.h. |
|
|
Definition at line 557 of file BLOCXX_config.h. |
|
|
Definition at line 562 of file BLOCXX_config.h. |
|
|
Definition at line 567 of file BLOCXX_config.h. |
|
|
Definition at line 572 of file BLOCXX_config.h. |
|
|
Definition at line 580 of file BLOCXX_config.h. |
|
|
Definition at line 585 of file BLOCXX_config.h. |
|
|
Definition at line 590 of file BLOCXX_config.h. |
|
|
Definition at line 595 of file BLOCXX_config.h. |
|
|
Definition at line 600 of file BLOCXX_config.h. |
|
|
Definition at line 605 of file BLOCXX_config.h. |
|
|
Definition at line 610 of file BLOCXX_config.h. |
|
|
Definition at line 618 of file BLOCXX_config.h. |
|
|
Definition at line 623 of file BLOCXX_config.h. |
|
|
Definition at line 628 of file BLOCXX_config.h. |
|
|
Definition at line 636 of file BLOCXX_config.h. |
|
|
Definition at line 641 of file BLOCXX_config.h. |
|
|
Definition at line 646 of file BLOCXX_config.h. |
|
|
Definition at line 651 of file BLOCXX_config.h. |
|
|
Definition at line 656 of file BLOCXX_config.h. |
|
|
Definition at line 53 of file BLOCXX_config.h. |
|
|
Definition at line 664 of file BLOCXX_config.h. |
|
|
Definition at line 669 of file BLOCXX_config.h. |
|
|
Definition at line 674 of file BLOCXX_config.h. |
|
|
Definition at line 72 of file BLOCXX_config.h. |
|
|
Definition at line 679 of file BLOCXX_config.h. |
|
|
Definition at line 684 of file BLOCXX_config.h. |
|
|
Definition at line 689 of file BLOCXX_config.h. |
|
|
Definition at line 694 of file BLOCXX_config.h. |
|
|
Definition at line 699 of file BLOCXX_config.h. |
|
|
Definition at line 704 of file BLOCXX_config.h. |
|
|
Definition at line 709 of file BLOCXX_config.h. |
|
|
Definition at line 714 of file BLOCXX_config.h. |
|
|
Definition at line 719 of file BLOCXX_config.h. |
|
|
Definition at line 724 of file BLOCXX_config.h. |
|
|
Definition at line 729 of file BLOCXX_config.h. |
|
|
Definition at line 734 of file BLOCXX_config.h. |
|
|
Definition at line 739 of file BLOCXX_config.h. |
|
|
Definition at line 744 of file BLOCXX_config.h. |
|
|
Definition at line 752 of file BLOCXX_config.h. |
|
|
Definition at line 757 of file BLOCXX_config.h. |
|
|
Definition at line 135 of file BLOCXX_config.h. |
|
|
Definition at line 86 of file BLOCXX_config.h. |
|
|
Definition at line 765 of file BLOCXX_config.h. |
|
|
Definition at line 770 of file BLOCXX_config.h. |
|
|
Definition at line 778 of file BLOCXX_config.h. |
|
|
Definition at line 788 of file BLOCXX_config.h. |
1.4.4