Go to the source code of this file.
|
|
Definition at line 2 of file BLOCXX_config.h. |
|
|
Make sure, that the large file support flags are set.
Definition at line 816 of file BLOCXX_config.h. |
|
|
Definition at line 787 of file BLOCXX_config.h. |
|
|
Definition at line 166 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 889 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 899 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 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. Referenced by BLOCXX_NAMESPACE::StackTrace::printStackTrace(). |
|
|
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. Referenced by BLOCXX_NAMESPACE::SocketAddress::getAnyLocalHost(). |
|
|
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 130 of file BLOCXX_config.h. |
|
|
Definition at line 364 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 372 of file BLOCXX_config.h. |
|
|
Definition at line 377 of file BLOCXX_config.h. |
|
|
Definition at line 382 of file BLOCXX_config.h. |
|
|
Definition at line 387 of file BLOCXX_config.h. |
|
|
Definition at line 392 of file BLOCXX_config.h. |
|
|
Definition at line 397 of file BLOCXX_config.h. |
|
|
Definition at line 402 of file BLOCXX_config.h. |
|
|
Definition at line 407 of file BLOCXX_config.h. |
|
|
Definition at line 421 of file BLOCXX_config.h. |
|
|
Definition at line 426 of file BLOCXX_config.h. |
|
|
Definition at line 120 of file BLOCXX_config.h. |
|
|
Definition at line 431 of file BLOCXX_config.h. |
|
|
Definition at line 508 of file BLOCXX_config.h. |
|
|
Definition at line 436 of file BLOCXX_config.h. |
|
|
Definition at line 441 of file BLOCXX_config.h. |
|
|
Definition at line 446 of file BLOCXX_config.h. |
|
|
Definition at line 451 of file BLOCXX_config.h. |
|
|
Definition at line 456 of file BLOCXX_config.h. |
|
|
Definition at line 466 of file BLOCXX_config.h. |
|
|
Definition at line 461 of file BLOCXX_config.h. |
|
|
Definition at line 471 of file BLOCXX_config.h. |
|
|
Definition at line 476 of file BLOCXX_config.h. |
|
|
Definition at line 481 of file BLOCXX_config.h. |
|
|
Definition at line 486 of file BLOCXX_config.h. |
|
|
Definition at line 491 of file BLOCXX_config.h. |
|
|
Definition at line 502 of file BLOCXX_config.h. |
|
|
Definition at line 513 of file BLOCXX_config.h. |
|
|
Definition at line 518 of file BLOCXX_config.h. |
|
|
Definition at line 523 of file BLOCXX_config.h. |
|
|
Definition at line 531 of file BLOCXX_config.h. |
|
|
Definition at line 536 of file BLOCXX_config.h. |
|
|
Definition at line 541 of file BLOCXX_config.h. |
|
|
Definition at line 546 of file BLOCXX_config.h. |
|
|
Definition at line 551 of file BLOCXX_config.h. |
|
|
Definition at line 556 of file BLOCXX_config.h. |
|
|
Definition at line 561 of file BLOCXX_config.h. |
|
|
Definition at line 566 of file BLOCXX_config.h. |
|
|
Definition at line 574 of file BLOCXX_config.h. |
|
|
Definition at line 579 of file BLOCXX_config.h. |
|
|
Definition at line 584 of file BLOCXX_config.h. |
|
|
Definition at line 589 of file BLOCXX_config.h. |
|
|
Definition at line 594 of file BLOCXX_config.h. |
|
|
Definition at line 599 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 630 of file BLOCXX_config.h. |
|
|
Definition at line 635 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 53 of file BLOCXX_config.h. |
|
|
Definition at line 658 of file BLOCXX_config.h. |
|
|
Definition at line 663 of file BLOCXX_config.h. |
|
|
Definition at line 668 of file BLOCXX_config.h. |
|
|
Definition at line 72 of file BLOCXX_config.h. |
|
|
Definition at line 673 of file BLOCXX_config.h. |
|
|
Definition at line 678 of file BLOCXX_config.h. |
|
|
Definition at line 683 of file BLOCXX_config.h. |
|
|
Definition at line 688 of file BLOCXX_config.h. |
|
|
Definition at line 693 of file BLOCXX_config.h. |
|
|
Definition at line 698 of file BLOCXX_config.h. |
|
|
Definition at line 703 of file BLOCXX_config.h. |
|
|
Definition at line 708 of file BLOCXX_config.h. |
|
|
Definition at line 713 of file BLOCXX_config.h. |
|
|
Definition at line 718 of file BLOCXX_config.h. |
|
|
Definition at line 723 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 738 of file BLOCXX_config.h. |
|
|
Definition at line 746 of file BLOCXX_config.h. |
|
|
Definition at line 751 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 759 of file BLOCXX_config.h. |
|
|
Definition at line 764 of file BLOCXX_config.h. |
|
|
Definition at line 772 of file BLOCXX_config.h. |
|
|
Definition at line 782 of file BLOCXX_config.h. |
1.4.6