17 #ifndef AWALI_DYN_LOADING_PARSE_HH 
   18 #define AWALI_DYN_LOADING_PARSE_HH 
   24 namespace awali { 
namespace  dyn {
 
   50                             std::set<std::string>& labelsets, std::string& ls);
 
   53                            std::set<std::string>& weightsets, std::set<std::string>& labelsets,
 
   54                            std::string& ws, std::string& ls);
 
std::string filename_of_ws(std::string w)
 
void rec_parse_labelset(const std::string &s, size_t &p, std::set< std::string > &labelsets, std::string &ls)
 
std::string classname_of_ws(std::string w)
 
void rec_parse_context(const std::string &s, size_t &p, std::set< std::string > &weightsets, std::set< std::string > &labelsets, std::string &ws, std::string &ls)
 
Main namespace of Awali.
Definition: ato.hh:22