Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

ezpdf::Array Class Reference

List of all members.

Public Member Functions

template<typename T1 >
bool get (unsigned int index, Dict *&value_out)
template<typename T1 , typename T2 >
bool get (unsigned int index, T2 &value_out) const
Arrayinsert (int value)
Arrayinsert (float value)
Arrayinsert (double value)
Arrayinsert (bool value)
Arrayinsert (WString const &value)
Arrayinsert (String const &value)
Arrayinsert (Name const &value)
Arrayinsert (Dict *value)
Arrayinsert (Array *value)
Arrayinsert (int const *begin, int const *end)
Arrayinsert (float const *begin, float const *end)
Arrayinsert (bool const *begin, bool const *end)
Arrayinsert (WString const *begin, WString const *end)
Arrayinsert (String const *begin, String const *end)
Arrayinsert (Name const *begin, Name const *end)
Arrayinsert (Dict **begin, Dict **end)
Arrayinsert (Array *begin, Array *end)
void remove (unsigned int const index)
size_t size () const

Friends

class File

The documentation for this class was generated from the following file: