ROOT
6.18/05
Reference Guide
core
base
v7
src
RDrawable.cxx
Go to the documentation of this file.
1
/// \file RDrawable.cxx
2
/// \ingroup Base ROOT7
3
/// \author Axel Naumann <axel@cern.ch>
4
/// \date 2015-07-08
5
/// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback
6
/// is welcome!
7
8
/*************************************************************************
9
* Copyright (C) 1995-2015, Rene Brun and Fons Rademakers. *
10
* All rights reserved. *
11
* *
12
* For the licensing terms see $ROOTSYS/LICENSE. *
13
* For the list of contributors see $ROOTSYS/README/CREDITS. *
14
*************************************************************************/
15
16
#include "
ROOT/RDrawable.hxx
"
17
18
#include <cassert>
19
20
// pin vtable
21
ROOT::Experimental::RDrawable::~RDrawable
() {}
22
23
void
ROOT::Experimental::RDrawable::Execute
(
const
std::string &)
24
{
25
assert(
false
&&
"Did not expect a menu item to be invoked!"
);
26
}
RDrawable.hxx
ROOT::Experimental::RDrawable::~RDrawable
virtual ~RDrawable()
Definition:
RDrawable.cxx:21
ROOT::Experimental::RDrawable::Execute
virtual void Execute(const std::string &)
Definition:
RDrawable.cxx:23