new conversions

This commit is contained in:
Marc Wäckerlin
2010-03-31 15:13:10 +00:00
parent 5b541b72a8
commit bc8c461147
4 changed files with 17 additions and 6 deletions

View File

@@ -736,7 +736,9 @@ namespace xml {
const std::string& value() const throw();
std::string& value() throw();
operator bool() const throw();
bool toBool() const throw();
operator unsigned long() const throw();
unsigned long toNumber() const throw();
operator List() const throw();
List toList(const std::string& separators=" \t\n\r") const throw();
std::string front(const std::string& separators=" \t\n\r") const