<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>katsuren</author_name>
  <author_url>https://blog.hatena.ne.jp/katsuren/</author_url>
  <blog_title>俺の成長日記</blog_title>
  <blog_url>https://katsuren.hatenadiary.org/</blog_url>
  <categories>
    <anon>Objective-C</anon>
  </categories>
  <description>ポインタのポインタは何のために使うか良くわからなかったけど、使ってみると意外と便利だった。例えば何か変数の初期化をするような関数を作るとする。 - (void) createView:(UIView*)view1 otherView:(UIView*)view2 { // なんか処理 view1 = [[UIView alloc] initWithFrame:CGRectZero]; view2 = [[UIView alloc] initWithFrame:CGRectZero]; } この関数は2つのビューを作成するもの。2ついっぺんに return することはできないので、もらったポイン…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkatsuren.hatenadiary.org%2Fentry%2F20120212%2F1329056444&quot; title=&quot;ポインタのポインタ - 俺の成長日記&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>2012-02-12 23:20:44</published>
  <title>ポインタのポインタ</title>
  <type>rich</type>
  <url>https://katsuren.hatenadiary.org/entry/20120212/1329056444</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
