Import Geant4 10.6.0 source tree
This commit is contained in:
@@ -55,6 +55,8 @@ inline const std::string& leaf_bool_cls() {
|
||||
|
||||
template <class T>
|
||||
class leaf : public base_leaf {
|
||||
public:
|
||||
typedef T value_t;
|
||||
public:
|
||||
static const std::string& s_class() {
|
||||
static const std::string s_v("tools::rroot::leaf<"+stype(T())+">");
|
||||
@@ -345,9 +347,7 @@ public:
|
||||
}
|
||||
public: //base_leaf
|
||||
virtual bool read_buffer(buffer&) {
|
||||
m_out << "tools::rroot::leaf_element::read_buffer :"
|
||||
<< " dummy."
|
||||
<< std::endl;
|
||||
m_out << "tools::rroot::leaf_element::read_buffer : dummy." << std::endl;
|
||||
return false;
|
||||
}
|
||||
virtual bool print_value(std::ostream&,uint32) const {return true;}
|
||||
|
||||
Reference in New Issue
Block a user