SDS2 Parametric API
 All Classes Namespaces Functions Variables Pages
List of all members
Commands.CommandType Class Reference

No documentation available. More...

Methods defined here:

def __and__
def __eq__
def __init__
def __ne__
def __or__
def __reduce__
def __str__

Data descriptors defined here:

def Command
def Decorate
def End
def Locate
def Mode

Data and other attributes defined here:

 All = <Commands.CommandTypeobject>
 Empty = <Commands.CommandTypeobject>
int __instance_size__ = 72

Data descriptors inherited from Boost.Python.instance:

def __dict__
def __weakref__

Data and other attributes inherited from Boost.Python.instance:

def __new__

Detailed Description

No documentation available.

Method resolution order

CommandType
Boost.Python.instance
builtin.object

Constructor & Destructor Documentation

def Commands.CommandType.__init__ (   arg1,
  arg2 
)
Returns
Instance of type None
     C++ signature :
         void __init__(_object*,std::string)

Member Function Documentation

def Commands.CommandType.__and__ (   arg1,
  arg2 
)
Returns
Instance of type object
     C++ signature :
         _object* __and__(Alloy::Commands::CommandType {lvalue},Alloy::Commands::CommandType)
def Commands.CommandType.__dict__ (   args)
def Commands.CommandType.__eq__ (   arg1,
  arg2 
)
Returns
Instance of type object
     C++ signature :
         _object* __eq__(Alloy::Commands::CommandType {lvalue},Alloy::Commands::CommandType)
def Commands.CommandType.__ne__ (   arg1,
  arg2 
)
Returns
Instance of type object
     C++ signature :
         _object* __ne__(Alloy::Commands::CommandType {lvalue},Alloy::Commands::CommandType)
def Commands.CommandType.__new__ (   args)
T.__new__(S, ...) -> a new object with type S, a subtype of T
 __new__ = <built-in method __new__ of Boost.Python.class object>
def Commands.CommandType.__or__ (   arg1,
  arg2 
)
Returns
Instance of type object
     C++ signature :
         _object* __or__(Alloy::Commands::CommandType {lvalue},Alloy::Commands::CommandType)
def Commands.CommandType.__reduce__ (   args)
 __reduce__ = <unnamed Boost.Python function>(args)
def Commands.CommandType.__str__ (   arg1)
Returns
Instance of type str
     A user readable debug output of an option
 
     C++ signature :
         std::string __str__(Alloy::Commands::CommandType {lvalue})
def Commands.CommandType.__weakref__ (   args)
def Commands.CommandType.Command (   args)
def Commands.CommandType.Decorate (   args)
def Commands.CommandType.End (   args)
def Commands.CommandType.Locate (   args)
def Commands.CommandType.Mode (   args)

Member Data Documentation

int Commands.CommandType.__instance_size__ = 72
staticprivate
Commands.CommandType.All = <Commands.CommandTypeobject>
static
Commands.CommandType.Empty = <Commands.CommandTypeobject>
static