Functor adds path to file into array. More...
#include <utilities/file_utilities.h>
Public Member Functions | |
void | operator() (const type &FilePath, cont *PathsContainer) const |
Functor adds path to file into array.
Definition at line 501 of file file_utilities.h.
void nitro::CollectFiles< type, cont >::operator() | ( | const type & | FilePath, | |
cont * | PathsContainer | |||
) | const [inline] |
Operator adds path to file into array.
FilePath | - Path to the founded file. | |
PathsContainer | - Iterator for inserting. |
nitro::exception | Throws an exception of that type with the error description. |
Definition at line 525 of file file_utilities.h.
{ PathsContainer->push_back( FilePath ); }