14 #ifndef STRINGDECODER_H    15 #define STRINGDECODER_H    29   virtual char32_t get_next_character();
    32   static void set_notify_ptr(std::ostream *ptr);
    33   static std::ostream *get_notify_ptr();
    36   INLINE 
bool test_eof();
    41   static std::ostream *_notify_ptr;
 This decoder extracts characters two at a time to get a plain wide character sequence.
This decoder extracts utf-8 sequences.
virtual char32_t get_next_character()
Returns the next character in sequence.
virtual char32_t get_next_character()
Returns the next character in sequence.
The base class to a family of classes that decode various kinds of encoded byte streams.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.