<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>osyo-manga</author_name>
  <author_url>https://blog.hatena.ne.jp/osyo-manga/</author_url>
  <blog_title>C++でゲームプログラミング</blog_title>
  <blog_url>https://osyo-manga.hatenadiary.org/</blog_url>
  <categories>
    <anon>clang</anon>
    <anon>Python</anon>
  </categories>
  <description>前回からすっかり時間があいてしまいましたがまだ続けますよ。 決して忘れていたわけではない 前回までは Cursor について書いていましたが、今回は型情報について簡単に書きます。 Cursor からその位置の型情報を取得する事ができます。 [ソース] # -*- coding: utf-8 -* import clang.cindex from clang.cindex import Cursor # source code source = &quot;&quot;&quot; int value; value = 0; int* ptr; ptr = &amp;value; struct X{}; X x; x; &quot;&quot;&quot; in…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fosyo-manga.hatenadiary.org%2Fentry%2F20140225%2F1393331825&quot; title=&quot;libclang の Python binding を使用する 〜 Type 編〜 - C++でゲームプログラミング&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-02-25 21:37:05</published>
  <title>libclang の Python binding を使用する 〜 Type 編〜</title>
  <type>rich</type>
  <url>https://osyo-manga.hatenadiary.org/entry/20140225/1393331825</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
