#include <alp/postal_types.h>
Go to the source code of this file.
Defines | |
| #define | POSTAL_ENUMERATOR_DEFAULT_CACHE_SIZE 6 |
| Enumerator client cache size default value. | |
| #define | POSTAL_ENUMERATOR_DEFAULT_DB_CACHE_SIZE POSTAL_ENUMERATOR_DEFAULT_CACHE_SIZE |
| Enumerator db cache size default value. | |
Functions | |
| alp_status_t | alp_postal_enumerator_get_count (AlpPostalEnumerator *iEnumeratorP, uint32_t *oCountP) |
| get the number of elements present in the enumerator. | |
| alp_status_t | alp_postal_enumerator_goto_index (AlpPostalEnumerator *iEnumeratorP, int iIndex) |
| Set the cursor to the given index. | |
| alp_status_t | alp_postal_enumerator_set_cache_size (AlpPostalEnumerator *iEnumeratorP, int iCacheSize, int iDBCacheSize) |
| set the number of items available in the enumerator. Can only be set after enumerator_init. | |
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.