3 //=============================================================================
5 * @file URL_Array_Helper.h
9 //=============================================================================
12 #ifndef ACE_URL_ARRAY_HELPER_H
13 #define ACE_URL_ARRAY_HELPER_H
15 // ### These template functions are probably named improperly.
16 // You should find some way to avoid name space polution.
19 size_t ace_array_size (const T
&x
);
22 size_t ace_array_encode (void *buf
, const T
&x
);
25 size_t ace_array_decode (void *buf
, T
&x
);
27 #include "URL_Array_Helper.cpp"
29 #endif /* ACE_URL_ARRAY_HELPER_H */