Results for: "remove_const"

Parses a C struct’s members

Example:

require 'fiddle/import'

include Fiddle::CParser
  #=> Object

parse_struct_signature(['int i', 'char c'])
  #=> [[Fiddle::TYPE_INT, Fiddle::TYPE_CHAR], ["i", "c"]]

parse_struct_signature(['char buffer[80]'])
  #=> [[[Fiddle::TYPE_CHAR, 80]], ["buffer"]]

Create a new ImplicitRestNode node.

Create a new PinnedExpressionNode node.

Create a new PreExecutionNode node.

Create a new RestParameterNode node.

No documentation available
No documentation available
No documentation available
No documentation available

Example:

Foo::Bar += 1
   ^^^^^^^^

Compile a ConstantPathAndWriteNode node

Compile a ConstantPathOperatorWriteNode node

Compile a ConstantPathOrWriteNode node

Dispatch enter and leave events for ConstantPathAndWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for ConstantPathOperatorWriteNode nodes and continue walking the tree.

Dispatch enter and leave events for ConstantPathOrWriteNode nodes and continue walking the tree.

Inspect a ConstantPathAndWriteNode node.

Inspect a ConstantPathOperatorWriteNode node.

Inspect a ConstantPathOrWriteNode node.

Copy a ConstantPathAndWriteNode node

Copy a ConstantPathOperatorWriteNode node

Copy a ConstantPathOrWriteNode node

No documentation available

Run UDP/IP server loop on the given sockets.

The return value of Socket.udp_server_sockets is appropriate for the argument.

It calls the block for each message received.

No documentation available
Search took: 4ms  ·  Total Results: 5438