| 
    Jpp - the software that should make you happy
    
   | 
 
Functions | |
| bool | startswith (const std::string &a, const std::string &b) | 
| Check if string starts with given text.  More... | |
| std::string | trim (const std::string &s) | 
| Remove leading and trailing white spaces.  More... | |
      
  | 
  inline | 
Check if string starts with given text.
| a | input string | 
| b | text | 
Definition at line 69 of file io_ascii.hh.
      
  | 
  inline | 
Remove leading and trailing white spaces.
| s | input string | 
Definition at line 81 of file io_ascii.hh.
 1.8.5