ReactOS 0.4.16-dev-942-g91fadeb
|
Public Member Functions | |
argument_list () throw () | |
size_t | size () const throw () |
Character ** | begin () const throw () |
Character ** | end () const throw () |
errno_t | append (Character *const element) throw () |
Character ** | detach () throw () |
~argument_list () throw () | |
Private Member Functions | |
argument_list (argument_list const &) throw () | |
argument_list & | operator= (argument_list const &) throw () |
errno_t | expand_if_necessary () throw () |
Private Attributes | |
Character ** | _first |
Character ** | _last |
Character ** | _end |
Definition at line 29 of file argv_wildcards.cpp.
|
inline |
Definition at line 33 of file argv_wildcards.cpp.
|
inline |
|
private |
|
inline |
Definition at line 39 of file argv_wildcards.cpp.
|
inline |
Definition at line 36 of file argv_wildcards.cpp.
|
inline |
Definition at line 52 of file argv_wildcards.cpp.
|
inline |
Definition at line 37 of file argv_wildcards.cpp.
|
inlineprivate |
Definition at line 75 of file argv_wildcards.cpp.
|
private |
|
inline |
Definition at line 35 of file argv_wildcards.cpp.
|
private |
Definition at line 116 of file argv_wildcards.cpp.
|
private |
Definition at line 114 of file argv_wildcards.cpp.
|
private |
Definition at line 115 of file argv_wildcards.cpp.