stringstream.h revision c0537dcfe264414d52ad86579d57cb0cb2183dcb
#ifndef INKSCAPE_STRINGSTREAM_H
#define INKSCAPE_STRINGSTREAM_H
#include <glib.h>
#include <sstream>
#include <string>
#define INK_SVG_STR_OP(_t) \
return *this; \
}
INK_SVG_STR_OP(char)
INK_SVG_STR_OP(signed char)
INK_SVG_STR_OP(unsigned char)
INK_SVG_STR_OP(short)
INK_SVG_STR_OP(unsigned short)
INK_SVG_STR_OP(int)
INK_SVG_STR_OP(unsigned int)
INK_SVG_STR_OP(long)
INK_SVG_STR_OP(unsigned long)
INK_SVG_STR_OP(char const *)
INK_SVG_STR_OP(signed char const *)
INK_SVG_STR_OP(unsigned char const *)
}
}
}
}
}
}
}
}
};
};
}
#endif
/*
Local Variables:
mode:c++
c-file-style:"stroustrup"
c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
indent-tabs-mode:nil
fill-column:99
End:
*/
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :