Class: OpenCL::Char16
- Inherits:
-
FFI::Struct
- Object
- FFI::Struct
- OpenCL::Char16
- Defined in:
- lib/opencl_ruby_ffi/Arithmetic_gen.rb
Overview
Maps the cl_char16 type of OpenCL
Instance Method Summary collapse
-
#initialize(s0 = 0, s1 = 0, s2 = 0, s3 = 0, s4 = 0, s5 = 0, s6 = 0, s7 = 0, s8 = 0, s9 = 0, sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0) ⇒ Char16
constructor
Creates a new Char16 with members set to 0 or to the user specified values.
-
#s0 ⇒ Object
Reads the s0 member.
-
#s0=(value) ⇒ Object
Sets the s0 member to value.
-
#s1 ⇒ Object
Reads the s1 member.
-
#s1=(value) ⇒ Object
Sets the s1 member to value.
-
#s2 ⇒ Object
Reads the s2 member.
-
#s2=(value) ⇒ Object
Sets the s2 member to value.
-
#s3 ⇒ Object
Reads the s3 member.
-
#s3=(value) ⇒ Object
Sets the s3 member to value.
-
#s4 ⇒ Object
Reads the s4 member.
-
#s4=(value) ⇒ Object
Sets the s4 member to value.
-
#s5 ⇒ Object
Reads the s5 member.
-
#s5=(value) ⇒ Object
Sets the s5 member to value.
-
#s6 ⇒ Object
Reads the s6 member.
-
#s6=(value) ⇒ Object
Sets the s6 member to value.
-
#s7 ⇒ Object
Reads the s7 member.
-
#s7=(value) ⇒ Object
Sets the s7 member to value.
-
#s8 ⇒ Object
Reads the s8 member.
-
#s8=(value) ⇒ Object
Sets the s8 member to value.
-
#s9 ⇒ Object
Reads the s9 member.
-
#s9=(value) ⇒ Object
Sets the s9 member to value.
-
#sa ⇒ Object
Reads the sa member.
-
#sa=(value) ⇒ Object
Sets the sa member to value.
-
#sb ⇒ Object
Reads the sb member.
-
#sb=(value) ⇒ Object
Sets the sb member to value.
-
#sc ⇒ Object
Reads the sc member.
-
#sc=(value) ⇒ Object
Sets the sc member to value.
-
#sd ⇒ Object
Reads the sd member.
-
#sd=(value) ⇒ Object
Sets the sd member to value.
-
#se ⇒ Object
Reads the se member.
-
#se=(value) ⇒ Object
Sets the se member to value.
-
#sf ⇒ Object
Reads the sf member.
-
#sf=(value) ⇒ Object
Sets the sf member to value.
- #to_s ⇒ Object
Constructor Details
#initialize(s0 = 0, s1 = 0, s2 = 0, s3 = 0, s4 = 0, s5 = 0, s6 = 0, s7 = 0, s8 = 0, s9 = 0, sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0) ⇒ Char16
Creates a new Char16 with members set to 0 or to the user specified values
2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2020 def initialize( s0 = 0, s1 = 0, s2 = 0, s3 = 0, s4 = 0, s5 = 0, s6 = 0, s7 = 0, s8 = 0, s9 = 0, sa = 0, sb = 0, sc = 0, sd = 0, se = 0, sf = 0 ) super() self[:s0] = s0 self[:s1] = s1 self[:s2] = s2 self[:s3] = s3 self[:s4] = s4 self[:s5] = s5 self[:s6] = s6 self[:s7] = s7 self[:s8] = s8 self[:s9] = s9 self[:sa] = sa self[:sb] = sb self[:sc] = sc self[:sd] = sd self[:se] = se self[:sf] = sf end |
Instance Method Details
#s0 ⇒ Object
Reads the s0 member
2040 2041 2042 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2040 def s0 return self[:s0] end |
#s0=(value) ⇒ Object
Sets the s0 member to value
2104 2105 2106 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2104 def s0=(value) self[:s0] = value end |
#s1 ⇒ Object
Reads the s1 member
2044 2045 2046 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2044 def s1 return self[:s1] end |
#s1=(value) ⇒ Object
Sets the s1 member to value
2108 2109 2110 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2108 def s1=(value) self[:s1] = value end |
#s2 ⇒ Object
Reads the s2 member
2048 2049 2050 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2048 def s2 return self[:s2] end |
#s2=(value) ⇒ Object
Sets the s2 member to value
2112 2113 2114 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2112 def s2=(value) self[:s2] = value end |
#s3 ⇒ Object
Reads the s3 member
2052 2053 2054 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2052 def s3 return self[:s3] end |
#s3=(value) ⇒ Object
Sets the s3 member to value
2116 2117 2118 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2116 def s3=(value) self[:s3] = value end |
#s4 ⇒ Object
Reads the s4 member
2056 2057 2058 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2056 def s4 return self[:s4] end |
#s4=(value) ⇒ Object
Sets the s4 member to value
2120 2121 2122 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2120 def s4=(value) self[:s4] = value end |
#s5 ⇒ Object
Reads the s5 member
2060 2061 2062 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2060 def s5 return self[:s5] end |
#s5=(value) ⇒ Object
Sets the s5 member to value
2124 2125 2126 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2124 def s5=(value) self[:s5] = value end |
#s6 ⇒ Object
Reads the s6 member
2064 2065 2066 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2064 def s6 return self[:s6] end |
#s6=(value) ⇒ Object
Sets the s6 member to value
2128 2129 2130 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2128 def s6=(value) self[:s6] = value end |
#s7 ⇒ Object
Reads the s7 member
2068 2069 2070 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2068 def s7 return self[:s7] end |
#s7=(value) ⇒ Object
Sets the s7 member to value
2132 2133 2134 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2132 def s7=(value) self[:s7] = value end |
#s8 ⇒ Object
Reads the s8 member
2072 2073 2074 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2072 def s8 return self[:s8] end |
#s8=(value) ⇒ Object
Sets the s8 member to value
2136 2137 2138 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2136 def s8=(value) self[:s8] = value end |
#s9 ⇒ Object
Reads the s9 member
2076 2077 2078 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2076 def s9 return self[:s9] end |
#s9=(value) ⇒ Object
Sets the s9 member to value
2140 2141 2142 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2140 def s9=(value) self[:s9] = value end |
#sa ⇒ Object
Reads the sa member
2080 2081 2082 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2080 def sa return self[:sa] end |
#sa=(value) ⇒ Object
Sets the sa member to value
2144 2145 2146 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2144 def sa=(value) self[:sa] = value end |
#sb ⇒ Object
Reads the sb member
2084 2085 2086 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2084 def sb return self[:sb] end |
#sb=(value) ⇒ Object
Sets the sb member to value
2148 2149 2150 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2148 def sb=(value) self[:sb] = value end |
#sc ⇒ Object
Reads the sc member
2088 2089 2090 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2088 def sc return self[:sc] end |
#sc=(value) ⇒ Object
Sets the sc member to value
2152 2153 2154 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2152 def sc=(value) self[:sc] = value end |
#sd ⇒ Object
Reads the sd member
2092 2093 2094 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2092 def sd return self[:sd] end |
#sd=(value) ⇒ Object
Sets the sd member to value
2156 2157 2158 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2156 def sd=(value) self[:sd] = value end |
#se ⇒ Object
Reads the se member
2096 2097 2098 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2096 def se return self[:se] end |
#se=(value) ⇒ Object
Sets the se member to value
2160 2161 2162 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2160 def se=(value) self[:se] = value end |
#sf ⇒ Object
Reads the sf member
2100 2101 2102 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2100 def sf return self[:sf] end |
#sf=(value) ⇒ Object
Sets the sf member to value
2164 2165 2166 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2164 def sf=(value) self[:sf] = value end |
#to_s ⇒ Object
2167 2168 2169 |
# File 'lib/opencl_ruby_ffi/Arithmetic_gen.rb', line 2167 def to_s return "Char16{ #{self[:s0]}, #{self[:s1]}, #{self[:s2]}, #{self[:s3]}, #{self[:s4]}, #{self[:s5]}, #{self[:s6]}, #{self[:s7]}, #{self[:s8]}, #{self[:s9]}, #{self[:sa]}, #{self[:sb]}, #{self[:sc]}, #{self[:sd]}, #{self[:se]}, #{self[:sf]} }" end |