NAME
Qt::Core::QVectorData
PUBLIC METHODS
- static QVectorData * allocate(int size, int alignment)
- static void free(QVectorData * data, int alignment)
- static int grow(int sizeofTypedData, int size, int sizeofT, bool excessive)
- static QVectorData * malloc(int sizeofTypedData, int size, int sizeofT, QVectorData * init)
- static QVectorData * reallocate(QVectorData * old, int newsize, int oldsize, int alignment)
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.