Menu

#9 expand STL wrapper

open
nobody
None
5
2007-02-23
2007-02-23
No

Currently there are only containers. streams, iterators and exceptions could be added.

Discussion

  • Christoph Nenning

    Logged In: YES
    user_id=1568577
    Originator: YES

    std::type_info is used by Ogre::Any

     
  • Christoph Nenning

    Logged In: YES
    user_id=1568577
    Originator: YES

    std::wstring is used by Ogre::UTFString

     
  • Christoph Nenning

    Logged In: YES
    user_id=1568577
    Originator: YES

    Added std::type_info and std::ostream

     
  • Christoph Nenning

    Logged In: YES
    user_id=1568577
    Originator: YES

    beside std::wstring we need:
    - std::ofstream used in Ogre::StaticGeometry
    - std::ios::fmtflags used in Ogre::StringConverter

     
  • Christoph Nenning

    Logged In: YES
    user_id=1568577
    Originator: YES

    Added _basic_ support for
    - std::wstring (just casting char to wchar_t and vice versa)
    - std::ofstream
    - std::istream
    - std::ifstream
    - std::ios::fmtflags
    inhertance is not taken into account

     

Log in to post a comment.

MongoDB Logo MongoDB