#include <targets.hpp>
Public Methods | |
Targets (const std::vector< Path > &targets) | |
Targets (const apr_array_header_t *targets) | |
Targets (const char *target=0) | |
Targets (const Targets &targets) | |
virtual | ~Targets () |
const apr_array_header_t * | array (const Pool &pool) const |
const std::vector< Path > & | targets () const |
size_t | size () const |
operator const std::vector () const | |
const Path | target () const |
|
Constructor
|
|
Constructor from an APR array containing char *.
|
|
Constructor. Initializes list with just one entry
|
|
Copy Constructor
|
|
Destructor |
|
Returns an apr array containing char *.
|
|
operator to return the vector
|
|
|
|
returns one single target. in fact, the first in the vector, it there are more than one. if there is no target returns an empty path
|
|
Returns a vector of paths
|