MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_GcodeProcessor.Const_Command Class Reference

Generated from class MR.GcodeProcessor.Command. This is the const half of the class. More...

Inheritance diagram for MR.Const_GcodeProcessor.Const_Command:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Command ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Command (byte key, float value)
 Constructs MR.GcodeProcessor.Command elementwise.
unsafe Const_Command (MR.GcodeProcessor.Const_Command _other)
 Generated from constructor MR::GcodeProcessor::Command::Command.
 Const_Command (Command _other)
 Generated from constructor MR::GcodeProcessor::Command::Command.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe byte * __ref_storage_key
unsafe float * __ref_storage_value

Properties

unsafe byte key [get]
unsafe float value [get]

Detailed Description

Generated from class MR.GcodeProcessor.Command. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Command() [1/4]

unsafe MR.Const_GcodeProcessor.Const_Command.Const_Command ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Command() [2/4]

unsafe MR.Const_GcodeProcessor.Const_Command.Const_Command ( byte key,
float value )
inline

Constructs MR.GcodeProcessor.Command elementwise.

◆ Const_Command() [3/4]

unsafe MR.Const_GcodeProcessor.Const_Command.Const_Command ( MR.GcodeProcessor.Const_Command _other)
inline

Generated from constructor MR::GcodeProcessor::Command::Command.

◆ Const_Command() [4/4]

MR.Const_GcodeProcessor.Const_Command.Const_Command ( Command _other)
inline

Generated from constructor MR::GcodeProcessor::Command::Command.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_GcodeProcessor.Const_Command.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_GcodeProcessor.Const_Command.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_key

unsafe byte* MR.Const_GcodeProcessor.Const_Command.__ref_storage_key
protected

◆ __ref_storage_value

unsafe float* MR.Const_GcodeProcessor.Const_Command.__ref_storage_value
protected

Property Documentation

◆ key

unsafe byte MR.Const_GcodeProcessor.Const_Command.key
get

◆ value

unsafe float MR.Const_GcodeProcessor.Const_Command.value
get

The documentation for this class was generated from the following file: