Public Member Functions

nitro::CollectFiles< type, cont > Class Template Reference

Functor adds path to file into array. More...

#include <utilities/file_utilities.h>

List of all members.

Public Member Functions

void operator() (const type &FilePath, cont *PathsContainer) const

Detailed Description

template<class type, class cont>
class nitro::CollectFiles< type, cont >

Functor adds path to file into array.

Definition at line 501 of file file_utilities.h.


Member Function Documentation

template<class type , class cont >
void nitro::CollectFiles< type, cont >::operator() ( const type &  FilePath,
cont *  PathsContainer 
) const [inline]

Operator adds path to file into array.

Parameters:
FilePath - Path to the founded file.
PathsContainer - Iterator for inserting.
Exceptions:
nitro::exception Throws an exception of that type with the error description.
Author:
Dodonov A.A.

Definition at line 525 of file file_utilities.h.

                {
                        PathsContainer->push_back( FilePath );
                }


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

Generated by  doxygen 1.6.1