|
Zero
0.1.0
|
#include "w_defines.h"Go to the source code of this file.
Classes | |
| struct | vec_pair_t |
| A helper class for VEC_t. More... | |
| struct | VEC_t |
| A base class for vec_t. More... | |
| class | cvec_t |
| A constant vec_t (meaning things pointed to cannot be changed). More... | |
| class | vec_t |
| Vector: a set of {pointer,length} pairs for memory manipulation. More... | |
Macros | |
| #define | MAX_SMALL_VEC_SIZE 8 |
Typedefs | |
| typedef const unsigned char * | CADDR_T |
Functions | |
| bool | operator< (const cvec_t &v1, const cvec_t &v2) |
| bool | operator<= (const cvec_t &v1, const cvec_t &v2) |
| bool | operator>= (const cvec_t &v1, const cvec_t &v2) |
| bool | operator> (const cvec_t &v1, const cvec_t &v2) |
| bool | operator== (const cvec_t &v1, const cvec_t &v2) |
| bool | operator!= (const cvec_t &v1, const cvec_t &v2) |
| #define MAX_SMALL_VEC_SIZE 8 |
| typedef const unsigned char* CADDR_T |
1.8.12