LLSD
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** LLSD (Linden Lab Structured Data) [#p01e6ecd]
- http://wiki.secondlife.com/wiki/LLSD
#br
*** Maker [#iee8d53e]
- undef: '!'
- true: '1'
- false: '0'
- integer:'i' + htonl(value)
- real: 'r' + htond(value)
- uuid: 'u' + uuid uuid is 16 bytes
- binary: 'b' + htonl(binary.size()) + binary
- string: 's' + htonl(string.size()) + string notation s...
- uri: 'l' + htonl(uri.size()) + uri
- date: 'd' + htond(seconds_since_epoch)
- array: '[' + htonl(array.length()) + (child0, child1, ...
- map: '{' + htonl(map.length()) + ((key0,value0), (ke...
- key: 'k' + htonl(key.length()) + string
#br
*** [[llmesh]]
**** [[llmesh ヘッダー>llmesh/header]]
**** [[lod>llmesh/lod]]
- [[llsd_dump>llmesh/llsd_dump]]
**** [[Skin>./Skin]]
終了行:
** LLSD (Linden Lab Structured Data) [#p01e6ecd]
- http://wiki.secondlife.com/wiki/LLSD
#br
*** Maker [#iee8d53e]
- undef: '!'
- true: '1'
- false: '0'
- integer:'i' + htonl(value)
- real: 'r' + htond(value)
- uuid: 'u' + uuid uuid is 16 bytes
- binary: 'b' + htonl(binary.size()) + binary
- string: 's' + htonl(string.size()) + string notation s...
- uri: 'l' + htonl(uri.size()) + uri
- date: 'd' + htond(seconds_since_epoch)
- array: '[' + htonl(array.length()) + (child0, child1, ...
- map: '{' + htonl(map.length()) + ((key0,value0), (ke...
- key: 'k' + htonl(key.length()) + string
#br
*** [[llmesh]]
**** [[llmesh ヘッダー>llmesh/header]]
**** [[lod>llmesh/lod]]
- [[llsd_dump>llmesh/llsd_dump]]
**** [[Skin>./Skin]]
ページ名: