<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>torini</author_name>
  <author_url>https://blog.hatena.ne.jp/torini/</author_url>
  <blog_title>ぷろみん</blog_title>
  <blog_url>https://torini.hateblo.jp/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>モチベーション ある時、Pimplイディオムはアンチパターンという言葉を聞きました。 良いパターンだと思ってたので何でだろうと考えてみました。 Pimplイディオムの利点 class Foo { public: // 公開部分 private: class Impl; std::unique_ptr&lt;Impl&gt; pimpl_; }; 内部変数を公開しなくて良い 余計なヘッダファイルを公開しなくて良い Implクラスを使ってみよう 内部処理では簡単な計算をさせてみます。 NumberとCalculatorクラスは想像にお任せします。 // .cpp class Foo::Impl { publi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftorini.hateblo.jp%2Fentry%2F2014%2F08%2F26%2F234812&quot; title=&quot;Pimplイディオムはアンチパターン - ぷろみん&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-08-26 23:48:12</published>
  <title>Pimplイディオムはアンチパターン</title>
  <type>rich</type>
  <url>https://torini.hateblo.jp/entry/2014/08/26/234812</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
