TR1 Components | ||||||||||||||||||||||||||||
Typedefs | |
| typedef long | intptr_t |
| typedef unsigned long | uintptr_t |
Functions | |
| BOOST_STATIC_ASSERT (!(sizeof(uintptr_t)< sizeof(void *))) | |
| BOOST_STATIC_ASSERT (!(sizeof(intptr_t)< sizeof(void *))) | |
Typedef Documentation
| typedef long intptr_t |
Definition at line 40 of file cstdint.hpp.
| typedef unsigned long uintptr_t |
Definition at line 41 of file cstdint.hpp.
Function Documentation
| adobe::BOOST_STATIC_ASSERT | ( | ! | sizeof(uintptr_t)< sizeof(void *) | ) |
| adobe::BOOST_STATIC_ASSERT | ( | ! | sizeof(intptr_t)< sizeof(void *) | ) |

