13#ifndef ROOT7_RBrowserRequest 
   14#define ROOT7_RBrowserRequest 
   28   std::vector<std::string> 
path; 
 
 
Request send from client to get content of path element.
 
int lastcycle
show only last cycle, -1 - off, 0 - not change, +1 on,
 
bool hidden
show hidden files
 
int number
number of childs to request, 0 - all childs
 
bool reverse
reverse item order
 
std::string sort
kind of sorting
 
std::vector< std::string > path
requested path
 
bool reload
force items reload
 
int first
first child to request
 
std::string regex
applied regex
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...