#ifndef _rooStringValue_h #define _rooStringValue_h #ifndef _roo_h #include "roo.h" #endif // // ROOT wrappers around ActiveSchema classes ( see ooas.h ) // //////////////////////////////////////////////////////////////////////////////// class rooStringValue: public roo { public: rooStringValue(); rooStringValue(void* imp) { setImp(imp); } rooStringValue(const rooStringValue&); virtual ~rooStringValue(); Int_t type() const; Bool_t is_vstring() const; Bool_t is_utf8string() const; Bool_t is_ststring() const; Bool_t is_optimized_string() const; operator const char*(); rooStringValue & operator=(const rooStringValue &); ClassDef(rooStringValue,0) // corresponds to String_Value }; #endif // _rooStringValue_h