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 869 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 879 of file BLOCXX_config.h. |
|
Definition at line 174 of file BLOCXX_config.h. |
|
Definition at line 179 of file BLOCXX_config.h. Referenced by BLOCXX_NAMESPACE::SocketAddress::getAnyLocalHost(), and BLOCXX_NAMESPACE::SocketUtils::getFullyQualifiedHostName(). |
|
Definition at line 184 of file BLOCXX_config.h. |
|
Definition at line 107 of file BLOCXX_config.h. |
|
Definition at line 189 of file BLOCXX_config.h. |
|
Definition at line 194 of file BLOCXX_config.h. |
|
Definition at line 199 of file BLOCXX_config.h. |
|
Definition at line 204 of file BLOCXX_config.h. |
|
Definition at line 216 of file BLOCXX_config.h. |
|
Definition at line 221 of file BLOCXX_config.h. |
|
Definition at line 235 of file BLOCXX_config.h. |
|
Definition at line 240 of file BLOCXX_config.h. Referenced by BLOCXX_NAMESPACE::SocketAddress::getAnyLocalHost(). |
|
Definition at line 245 of file BLOCXX_config.h. |
|
Definition at line 250 of file BLOCXX_config.h. |
|
Definition at line 255 of file BLOCXX_config.h. |
|
Definition at line 260 of file BLOCXX_config.h. |
|
Definition at line 265 of file BLOCXX_config.h. |
|
Definition at line 270 of file BLOCXX_config.h. |
|
Definition at line 275 of file BLOCXX_config.h. |
|
Definition at line 283 of file BLOCXX_config.h. |
|
Definition at line 288 of file BLOCXX_config.h. |
|
Definition at line 299 of file BLOCXX_config.h. |
|
Definition at line 304 of file BLOCXX_config.h. |
|
Definition at line 309 of file BLOCXX_config.h. |
|
Definition at line 314 of file BLOCXX_config.h. |
|
Definition at line 319 of file BLOCXX_config.h. |
|
Definition at line 324 of file BLOCXX_config.h. |
|
Definition at line 329 of file BLOCXX_config.h. |
|
Definition at line 130 of file BLOCXX_config.h. |
|
Definition at line 352 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 360 of file BLOCXX_config.h. |
|
Definition at line 365 of file BLOCXX_config.h. |
|
Definition at line 370 of file BLOCXX_config.h. |
|
Definition at line 375 of file BLOCXX_config.h. |
|
Definition at line 380 of file BLOCXX_config.h. |
|
Definition at line 385 of file BLOCXX_config.h. |
|
Definition at line 390 of file BLOCXX_config.h. |
|
Definition at line 395 of file BLOCXX_config.h. |
|
Definition at line 409 of file BLOCXX_config.h. |
|
Definition at line 414 of file BLOCXX_config.h. |
|
Definition at line 120 of file BLOCXX_config.h. |
|
Definition at line 419 of file BLOCXX_config.h. |
|
Definition at line 492 of file BLOCXX_config.h. |
|
Definition at line 424 of file BLOCXX_config.h. |
|
Definition at line 429 of file BLOCXX_config.h. |
|
Definition at line 440 of file BLOCXX_config.h. |
|
Definition at line 450 of file BLOCXX_config.h. |
|
Definition at line 445 of file BLOCXX_config.h. |
|
Definition at line 455 of file BLOCXX_config.h. |
|
Definition at line 460 of file BLOCXX_config.h. |
|
Definition at line 465 of file BLOCXX_config.h. |
|
Definition at line 470 of file BLOCXX_config.h. |
|
Definition at line 475 of file BLOCXX_config.h. |
|
Definition at line 486 of file BLOCXX_config.h. |
|
Definition at line 497 of file BLOCXX_config.h. |
|
Definition at line 502 of file BLOCXX_config.h. |
|
Definition at line 507 of file BLOCXX_config.h. |
|
Definition at line 515 of file BLOCXX_config.h. |
|
Definition at line 520 of file BLOCXX_config.h. |
|
Definition at line 525 of file BLOCXX_config.h. |
|
Definition at line 530 of file BLOCXX_config.h. |
|
Definition at line 535 of file BLOCXX_config.h. |
|
Definition at line 540 of file BLOCXX_config.h. |
|
Definition at line 545 of file BLOCXX_config.h. |
|
Definition at line 550 of file BLOCXX_config.h. |
|
Definition at line 558 of file BLOCXX_config.h. |
|
Definition at line 563 of file BLOCXX_config.h. |
|
Definition at line 568 of file BLOCXX_config.h. |
|
Definition at line 573 of file BLOCXX_config.h. |
|
Definition at line 578 of file BLOCXX_config.h. |
|
Definition at line 583 of file BLOCXX_config.h. |
|
Definition at line 588 of file BLOCXX_config.h. |
|
Definition at line 596 of file BLOCXX_config.h. |
|
Definition at line 604 of file BLOCXX_config.h. |
|
Definition at line 612 of file BLOCXX_config.h. |
|
Definition at line 617 of file BLOCXX_config.h. |
|
Definition at line 622 of file BLOCXX_config.h. |
|
Definition at line 627 of file BLOCXX_config.h. |
|
Definition at line 632 of file BLOCXX_config.h. |
|
Definition at line 53 of file BLOCXX_config.h. |
|
Definition at line 640 of file BLOCXX_config.h. |
|
Definition at line 645 of file BLOCXX_config.h. |
|
Definition at line 650 of file BLOCXX_config.h. |
|
Definition at line 72 of file BLOCXX_config.h. |
|
Definition at line 655 of file BLOCXX_config.h. |
|
Definition at line 660 of file BLOCXX_config.h. |
|
Definition at line 665 of file BLOCXX_config.h. |
|
Definition at line 670 of file BLOCXX_config.h. |
|
Definition at line 675 of file BLOCXX_config.h. |
|
Definition at line 680 of file BLOCXX_config.h. |
|
Definition at line 685 of file BLOCXX_config.h. |
|
Definition at line 690 of file BLOCXX_config.h. |
|
Definition at line 695 of file BLOCXX_config.h. |
|
Definition at line 700 of file BLOCXX_config.h. |
|
Definition at line 705 of file BLOCXX_config.h. |
|
Definition at line 710 of file BLOCXX_config.h. |
|
Definition at line 715 of file BLOCXX_config.h. |
|
Definition at line 720 of file BLOCXX_config.h. |
|
Definition at line 728 of file BLOCXX_config.h. |
|
Definition at line 733 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 741 of file BLOCXX_config.h. |
|
Definition at line 746 of file BLOCXX_config.h. |
|
Definition at line 754 of file BLOCXX_config.h. |
|
Definition at line 764 of file BLOCXX_config.h. |