#include <OSGField.h>
Static Public Member Functions | |
| static bool | getFromString (T &, const Char8 *&) |
| static void | putToString (const T &, std::string &) |
Definition at line 68 of file OSGField.h.
| static bool osg::ErrorFromToString< T >::getFromString | ( | T & | , | |
| const Char8 *& | ||||
| ) | [inline, static] |
Definition at line 70 of file OSGField.h.
References SLOG.
00072 { 00073 SLOG << "Error From String Conversion not available for " << std::endl; 00074 00075 return false; 00076 }
| static void osg::ErrorFromToString< T >::putToString | ( | const T & | , | |
| std::string & | ||||
| ) | [inline, static] |
Definition at line 78 of file OSGField.h.
References SLOG.
00080 { 00081 SLOG << "Error To String Conversion not available for " << std::endl; 00082 }
1.6.1