cstruct 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. data/doc/documents.html +572 -0
  2. data/doc/examples/anonymous_struct.rb.html +94 -0
  3. data/doc/examples/anonymous_union.rb.html +93 -0
  4. data/doc/examples/array_member.rb.html +79 -0
  5. data/doc/examples/file_io.rb.html +87 -0
  6. data/doc/examples/first_example.rb.html +104 -0
  7. data/doc/examples/get_system_info.rb.html +114 -0
  8. data/doc/examples/get_versionex.rb.html +97 -0
  9. data/doc/examples/global_memory.rb.html +102 -0
  10. data/doc/examples/inner_struct.rb.html +79 -0
  11. data/doc/examples/inner_union.rb.html +77 -0
  12. data/doc/examples/namespace.rb.html +80 -0
  13. data/doc/examples/show_processes.rb.html +95 -0
  14. data/doc/examples/struct_member.rb.html +128 -0
  15. data/doc/examples.html +42 -0
  16. data/doc/images/Thumbs.db +0 -0
  17. data/doc/images/examples.png +0 -0
  18. data/doc/images/excample1.png +0 -0
  19. data/doc/images/excample2.png +0 -0
  20. data/doc/images/green-point.png +0 -0
  21. data/doc/images/learnmore.png +0 -0
  22. data/doc/images/logo.png +0 -0
  23. data/doc/images/news.png +0 -0
  24. data/doc/images/point.png +0 -0
  25. data/doc/images/start.png +0 -0
  26. data/doc/images/synopsish.png +0 -0
  27. data/doc/index.html +149 -0
  28. data/doc/stylesheets/coderay.css +34 -0
  29. data/doc/stylesheets/ie.css +9 -0
  30. data/doc/stylesheets/style.css +216 -0
  31. data/examples/anonymous_struct.rb +43 -0
  32. data/examples/anonymous_union.rb +42 -0
  33. data/examples/array_member.rb +29 -0
  34. data/examples/file_io.rb +49 -0
  35. data/examples/first_example.rb +53 -0
  36. data/examples/inner_struct.rb +28 -0
  37. data/examples/inner_union.rb +26 -0
  38. data/examples/namespace.rb +29 -0
  39. data/examples/struct_member.rb +77 -0
  40. data/examples/win32/get_system_info.rb +64 -0
  41. data/examples/win32/get_versionex.rb +47 -0
  42. data/examples/win32/global_memory.rb +51 -0
  43. data/examples/win32/show_processes.rb +45 -0
  44. data/lib/cstruct.rb +523 -0
  45. data/lib/win32struct.rb +90 -0
  46. data/lib/win64struct.rb +13 -0
  47. metadata +109 -0
metadata ADDED
@@ -0,0 +1,109 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cstruct
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 0
8
+ - 0
9
+ version: 1.0.0
10
+ platform: ruby
11
+ authors:
12
+ - Wang Yong(skandhas)
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-11-07 00:00:00 +08:00
18
+ default_executable:
19
+ dependencies: []
20
+
21
+ description:
22
+ email: skandhas@163.com
23
+ executables: []
24
+
25
+ extensions: []
26
+
27
+ extra_rdoc_files: []
28
+
29
+ files:
30
+ - doc/stylesheets/coderay.css
31
+ - doc/stylesheets/ie.css
32
+ - doc/stylesheets/style.css
33
+ - doc/images/examples.png
34
+ - doc/images/excample1.png
35
+ - doc/images/excample2.png
36
+ - doc/images/green-point.png
37
+ - doc/images/learnmore.png
38
+ - doc/images/logo.png
39
+ - doc/images/news.png
40
+ - doc/images/point.png
41
+ - doc/images/start.png
42
+ - doc/images/synopsish.png
43
+ - doc/images/Thumbs.db
44
+ - doc/examples/anonymous_struct.rb.html
45
+ - doc/examples/anonymous_union.rb.html
46
+ - doc/examples/array_member.rb.html
47
+ - doc/examples/file_io.rb.html
48
+ - doc/examples/first_example.rb.html
49
+ - doc/examples/get_system_info.rb.html
50
+ - doc/examples/get_versionex.rb.html
51
+ - doc/examples/global_memory.rb.html
52
+ - doc/examples/inner_struct.rb.html
53
+ - doc/examples/inner_union.rb.html
54
+ - doc/examples/namespace.rb.html
55
+ - doc/examples/show_processes.rb.html
56
+ - doc/examples/struct_member.rb.html
57
+ - doc/index.html
58
+ - doc/examples.html
59
+ - doc/documents.html
60
+ - lib/win32struct.rb
61
+ - lib/win64struct.rb
62
+ - lib/cstruct.rb
63
+ - examples/win32/get_versionex.rb
64
+ - examples/win32/global_memory.rb
65
+ - examples/win32/show_processes.rb
66
+ - examples/win32/get_system_info.rb
67
+ - examples/anonymous_union.rb
68
+ - examples/file_io.rb
69
+ - examples/anonymous_struct.rb
70
+ - examples/namespace.rb
71
+ - examples/array_member.rb
72
+ - examples/first_example.rb
73
+ - examples/inner_struct.rb
74
+ - examples/inner_union.rb
75
+ - examples/struct_member.rb
76
+ has_rdoc: true
77
+ homepage: http://cstruct.rubyforge.org
78
+ licenses:
79
+ - Ruby License
80
+ post_install_message:
81
+ rdoc_options: []
82
+
83
+ require_paths:
84
+ - lib
85
+ required_ruby_version: !ruby/object:Gem::Requirement
86
+ none: false
87
+ requirements:
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ segments:
91
+ - 0
92
+ version: "0"
93
+ required_rubygems_version: !ruby/object:Gem::Requirement
94
+ none: false
95
+ requirements:
96
+ - - ">="
97
+ - !ruby/object:Gem::Version
98
+ segments:
99
+ - 0
100
+ version: "0"
101
+ requirements: []
102
+
103
+ rubyforge_project:
104
+ rubygems_version: 1.3.7
105
+ signing_key:
106
+ specification_version: 3
107
+ summary: CStruct is a simulation of the C language's struct.
108
+ test_files: []
109
+