C# Class FauxMessages.SingleType

Mostrar archivo Open project: uml-robotics/ROS.NET Class Usage Examples

Public Properties

Property Type Description
Const bool
ConstValue string
Definer MsgsFile
IsArray bool
IsLiteral bool
Name string
Package string
Type string
input string
length string
lowestindent string
meta bool
output string
rostype string

Public Methods

Method Description
Finalize ( MsgsFile parent, SingleType thing, string>.KeyValuePair csharptype ) : void
Finalize ( MsgsFile parent, string s, bool isliteral ) : void
SingleType ( string s ) : System
SingleType ( string package, string s, string extraindent ) : System
Test ( string>.KeyValuePair candidate ) : bool
refinalize ( MsgsFile parent, string REALTYPE ) : void

Private Methods

Method Description
IsCSharpKeyword ( string name ) : bool

Method Details

Finalize() public static method

public static Finalize ( MsgsFile parent, SingleType thing, string>.KeyValuePair csharptype ) : void
parent MsgsFile
thing SingleType
csharptype string>.KeyValuePair
return void

Finalize() public method

public Finalize ( MsgsFile parent, string s, bool isliteral ) : void
parent MsgsFile
s string
isliteral bool
return void

SingleType() public method

public SingleType ( string s ) : System
s string
return System

SingleType() public method

public SingleType ( string package, string s, string extraindent ) : System
package string
s string
extraindent string
return System

Test() public method

public Test ( string>.KeyValuePair candidate ) : bool
candidate string>.KeyValuePair
return bool

refinalize() public method

public refinalize ( MsgsFile parent, string REALTYPE ) : void
parent MsgsFile
REALTYPE string
return void

Property Details

Const public_oe property

public bool Const
return bool

ConstValue public_oe property

public string ConstValue
return string

Definer public_oe property

public MsgsFile,FauxMessages Definer
return MsgsFile

IsArray public_oe property

public bool IsArray
return bool

IsLiteral public_oe property

public bool IsLiteral
return bool

Name public_oe property

public string Name
return string

Package public_oe property

public string Package
return string

Type public_oe property

public string Type
return string

input public_oe property

public string input
return string

length public_oe property

public string length
return string

lowestindent public_oe property

public string lowestindent
return string

meta public_oe property

public bool meta
return bool

output public_oe property

public string output
return string

rostype public_oe property

public string rostype
return string