Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.CCodeOptions : System.Object, System.ICloneable, Gregor.Core.IChangeControlled<>, Gregor.Core.ICopyable<> Custom Attributes: Description:
public CCodeOptions() Custom Attributes: Description:
public CCodeOptions(System.Boolean fReadOnly) Custom Attributes: Description:
private System.Boolean m_DecomposeValues Custom Attributes: Description:
private System.Boolean m_EncodeChars Custom Attributes: Description:
private System.Boolean m_HideEnclosingTypes Custom Attributes: Description:
private System.Boolean m_HideTypeParameterConstraints Custom Attributes: Description:
private System.Boolean m_HideTypeParameters Custom Attributes: Description:
private System.Boolean m_ReadOnly Custom Attributes: Description:
private System.Boolean m_UseAliasNames Custom Attributes: Description:
private System.Boolean m_UseDefaultModifiers Custom Attributes: Description:
private System.Boolean m_UseFullNames Custom Attributes: Description:
private System.Boolean m_UseUnderlyingValue Custom Attributes: Description:
static private Gregor.Core.CCodeOptions s_Default Custom Attributes: Description:
static private Gregor.Core.CCodeOptions s_FullNames Custom Attributes: Description:
static private Gregor.Core.CCodeOptions s_Natural Custom Attributes: Description:
static private Gregor.Core.CCodeOptions s_SimpleNames Custom Attributes: Description:
public System.Boolean DecomposeValues {get;set;}
Custom Attributes:
Description:
static public Gregor.Core.CCodeOptions Default {get;}
Custom Attributes:
Description:
public System.Boolean EncodeChars {get;set;}
Custom Attributes:
Description:
static public Gregor.Core.CCodeOptions FullNames {get;}
Custom Attributes:
Description:
public System.Boolean HideEnclosingTypes {get;set;}
Custom Attributes:
Description:
public System.Boolean HideTypeParameterConstraints {get;set;}
Custom Attributes:
Description:
public System.Boolean HideTypeParameters {get;set;}
Custom Attributes:
Description:
public System.Boolean IsReadOnly {get;} // Gregor.Core.IChangeControlled<>.IsReadOnly
Custom Attributes:
Description:
static public Gregor.Core.CCodeOptions Natural {get;}
Custom Attributes:
Description:
static public Gregor.Core.CCodeOptions SimpleNames {get;}
Custom Attributes:
Description:
public System.Boolean UseAliasNames {get;set;}
Custom Attributes:
Description:
public System.Boolean UseDefaultModifiers {get;set;}
Custom Attributes:
Description:
public System.Boolean UseFullNames {get;set;}
Custom Attributes:
Description:
public System.Boolean UseUnderlyingValue {get;set;}
Custom Attributes:
Description:
private void CheckReadOnly() Custom Attributes: Description:
public Gregor.Core.CCodeOptions Copy() // Gregor.Core.ICopyable<>.Copy Custom Attributes: Description:
private System.Object System.ICloneable.Clone() // System.ICloneable.Clone Custom Attributes: Description:
public override System.String ToString() Custom Attributes: Description: