TestPluginBase.cc
Go to the documentation of this file.
1 #include "TestPluginBase.h"
2 
4  "TestPluginBase";
5 
7  : message_(std::move(message))
8 {}
9 
10 std::string const&
12 {
13  return message_;
14 }
std::string string
Definition: nybbler.cc:12
STL namespace.
def move(depos, offset)
Definition: depos.py:107
std::string const & message() const
TestPluginBase(std::string message)
std::string const message_