class PKCS11::StructParser::CStruct
Public Instance Methods
attr_by_sign(key)
click to toggle source
# File ext/generate_structs.rb, line 45 def attr_by_sign(key) attrs.find{|a| a.type+" "+a.name==key } end
# File ext/generate_structs.rb, line 45 def attr_by_sign(key) attrs.find{|a| a.type+" "+a.name==key } end