new conversions
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user