13 #ifndef XPACE_RESULT_H 14 #define XPACE_RESULT_H 31 (
const std::vector<String>& colConfigs);
33 #if defined(XPACE_TABLE_H) 53 enum { PAGE_INC = 256 };
54 enum { PAGE_SIZE = 65536 };
71 if (page->
end + len > PAGE_SIZE)
74 page->
end += narrow_to<uint>(
len);
83 *
reinterpret_cast<T*
>(alloc(
sizeof(T))) = t;
A string, Unicode UTF-16 and reference-counted.
uint const Xpace_Char8 size_t len
Xpace_StoreAccess Xpace_Table * result
Xpace project main namespace