C# Class Mono.VisualC.Tools.Generator.Entry

ファイルを表示 Open project: shana/cppinterop

Public Properties

Property Type Description
atom Mono.VisualC.Code.CodeAtom
attributes string>.Dictionary
children List
computedName string
cppType Mono.VisualC.Interop.CppType
id string
idlist Entry>.Dictionary
isCreated bool
isTemplate bool
name string
reftype string
type string
typelist Dictionary>

Public Methods

Method Description
CheckValue ( string key, string name ) : bool
Find ( string name ) : Entry
HasValue ( string key ) : bool
IsTrue ( string key ) : bool
ToString ( ) : string
this ( string key ) : string

Method Details

CheckValue() public method

public CheckValue ( string key, string name ) : bool
key string
name string
return bool

Find() public static method

public static Find ( string name ) : Entry
name string
return Entry

HasValue() public method

public HasValue ( string key ) : bool
key string
return bool

IsTrue() public method

public IsTrue ( string key ) : bool
key string
return bool

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( string key ) : string
key string
return string

Property Details

atom public_oe property

public CodeAtom,Mono.VisualC.Code atom
return Mono.VisualC.Code.CodeAtom

attributes public_oe property

public Dictionary attributes
return string>.Dictionary

children public_oe property

public List children
return List

computedName public_oe property

public string computedName
return string

cppType public_oe property

public CppType,Mono.VisualC.Interop cppType
return Mono.VisualC.Interop.CppType

id public_oe property

public string id
return string

idlist public_oe static_oe property

public static Dictionary idlist
return Entry>.Dictionary

isCreated public_oe property

public bool isCreated
return bool

isTemplate public_oe property

public bool isTemplate
return bool

name public_oe property

public string name
return string

reftype public_oe property

public string reftype
return string

type public_oe property

public string type
return string

typelist public_oe static_oe property

public static Dictionary> typelist
return Dictionary>