6 #ifndef STRUCTURAL_DECORATOR_STREAM_DECORATOR_H_
7 #define STRUCTURAL_DECORATOR_STREAM_DECORATOR_H_
21 void PutString(
const std::string&)
override;
Definition: shape_interface.h:11
StreamInterface * component_
Definition: stream_decorator.h:24
void PutInt(int) override
Definition: stream_decorator.cc:12
void PutString(const std::string &) override
Definition: stream_decorator.cc:17
StreamDecorator(StreamInterface *)
Definition: stream_decorator.cc:22
Definition: stream_decorator.h:15
Definition: stream_interface.h:15