The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Core::QListData

PUBLIC METHODS

void ** append()
void ** append(int n)
void ** append(const QListData & l)
void ** append2(const QListData & l)
void ** at(int i)
void ** begin()
QListData::Data * detach()
QListData::Data * detach(int alloc)
QListData::Data * detach2()
QListData::Data * detach3()
QListData::Data * detach_grow(int * i, int n)
void ** end()
void ** erase(void ** xi)
void ** insert(int i)
bool isEmpty()
void move(int from, int to)
void ** prepend()
void realloc(int alloc)
void remove(int i)
void remove(int i, int n)
int size()

ENUM VALUES

DataHeaderSize

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.

See http://dev.perl.org/licenses/artistic.html