| 351 | } |
| 352 | |
| 353 | ElementType Element::getType() const |
| 354 | { |
| 355 | return mType; |
| 356 | } |
| 357 | |
| 358 | #if MYGUI_COMPILER == MYGUI_COMPILER_MSVC && !defined(STLPORT) |
| 359 | inline void open_stream(std::ofstream& _stream, const std::wstring& _wide) |
no outgoing calls
no test coverage detected