Caffa
1.1.0
C++ Application Framework for Embedded Systems with introspection
|
Classes | |
class | FileNameProperty |
class | IdProperty |
class | InheritedDemoObjectsProperty |
class | KeywordProperty |
class | UuidProperty |
Public Member Functions | |
def | __init__ (self, data=None, **kwargs) |
def | GetDemoObject (self) |
Object | SetDemoObject (self, new_value) |
def | GetFileName (self) |
Object | SetFileName (self, new_value) |
def | GetId (self) |
Object | SetId (self, new_value) |
def | GetInheritedDemoObjects (self) |
Object | SetInheritedDemoObjects (self, new_value) |
def | GetKeyword (self) |
Object | SetKeyword (self, new_value) |
def | GetUuid (self) |
Object | SetUuid (self, new_value) |
dict | Serializable (self) |
This represents a JSON object.
def object.Object.__init__ | ( | self, | |
data = None , |
|||
** | kwargs | ||
) |
Initialization for the Object object. It can be initialized with an object, or by passing each object property as a keyword argument.