xo-gc xo-object2 xo-facet: builds w/ ISequence,Dlist
This commit is contained in:
parent
519df04e34
commit
afc44e71fa
26 changed files with 717 additions and 75 deletions
40
xo-object2/src/object2/ISequence_DList.cpp
Normal file
40
xo-object2/src/object2/ISequence_DList.cpp
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
/** @file ISequence_DList.cpp
|
||||
*
|
||||
* Generated automagically from ingredients:
|
||||
* 1. code generator:
|
||||
* [/Users/roland/proj/xo-umbrella2/xo-facet/codegen/genfacet]
|
||||
* arguments:
|
||||
* --input [idl/ISequence_DList.json5]
|
||||
* 2. jinja2 template for abstract facet .hpp file:
|
||||
* [iface_facet_any.hpp.j2]
|
||||
* 3. idl for facet methods
|
||||
* [idl/ISequence_DList.json5]
|
||||
**/
|
||||
|
||||
#include "ISequence_DList.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
auto
|
||||
ISequence_DList::is_empty(const DList & self) noexcept -> bool
|
||||
{
|
||||
return self.is_empty();
|
||||
}
|
||||
|
||||
auto
|
||||
ISequence_DList::is_finite(const DList & self) noexcept -> bool
|
||||
{
|
||||
return self.is_finite();
|
||||
}
|
||||
|
||||
auto
|
||||
ISequence_DList::at(const DList & self, size_type index) -> obj<AGCObject>
|
||||
{
|
||||
return self.at(index);
|
||||
}
|
||||
|
||||
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end ISequence_DList.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue