15 #ifndef PAL_STRING_UTILS_H 16 #define PAL_STRING_UTILS_H 18 #include "pandatoolbase.h" 19 #include "string_utils.h" 23 void extract_param_value(
const string &str,
string ¶m,
string &value);
25 bool parse_image_type_request(
const string &word,
PNMFileType *&color_type,
This is the base class of a family of classes that represent particular image file types that PNMImag...