Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
djinni
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
djinni
Commits
3ccbc162
Commit
3ccbc162
authored
Apr 09, 2015
by
Jacob Potter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't expose internal initWithCpp method
parent
a31d4274
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
10 deletions
+0
-10
example/generated-src/objc/TXSSortItemsCppProxy+Private.h
example/generated-src/objc/TXSSortItemsCppProxy+Private.h
+0
-2
src/source/ObjcGenerator.scala
src/source/ObjcGenerator.scala
+0
-2
test-suite/generated-src/objc/DBCppExceptionCppProxy+Private.h
...suite/generated-src/objc/DBCppExceptionCppProxy+Private.h
+0
-2
test-suite/generated-src/objc/DBTestHelpersCppProxy+Private.h
...-suite/generated-src/objc/DBTestHelpersCppProxy+Private.h
+0
-2
test-suite/generated-src/objc/DBTokenCppProxy+Private.h
test-suite/generated-src/objc/DBTokenCppProxy+Private.h
+0
-2
No files found.
example/generated-src/objc/TXSSortItemsCppProxy+Private.h
View file @
3ccbc162
...
@@ -14,6 +14,4 @@
...
@@ -14,6 +14,4 @@
+
(
id
)
sortItemsWithCpp
:(
const
std
::
shared_ptr
<::
textsort
::
SortItems
>
&
)
cppRef
;
+
(
id
)
sortItemsWithCpp
:(
const
std
::
shared_ptr
<::
textsort
::
SortItems
>
&
)
cppRef
;
-
(
id
)
initWithCpp
:(
const
std
::
shared_ptr
<::
textsort
::
SortItems
>
&
)
cppRef
;
@end
@end
src/source/ObjcGenerator.scala
View file @
3ccbc162
...
@@ -257,8 +257,6 @@ class ObjcGenerator(spec: Spec) extends Generator(spec) {
...
@@ -257,8 +257,6 @@ class ObjcGenerator(spec: Spec) extends Generator(spec) {
w
.
wl
w
.
wl
w
.
wl
(
s
"+ (id)${idObjc.method(ident.name + "
_with_cpp
")}:(const std::shared_ptr<$cppName> &)cppRef;"
)
w
.
wl
(
s
"+ (id)${idObjc.method(ident.name + "
_with_cpp
")}:(const std::shared_ptr<$cppName> &)cppRef;"
)
w
.
wl
w
.
wl
w
.
wl
(
s
"- (id)initWithCpp:(const std::shared_ptr<$cppName> &)cppRef;"
)
w
.
wl
w
.
wl
(
"@end"
)
w
.
wl
(
"@end"
)
})
})
...
...
test-suite/generated-src/objc/DBCppExceptionCppProxy+Private.h
View file @
3ccbc162
...
@@ -14,6 +14,4 @@
...
@@ -14,6 +14,4 @@
+
(
id
)
cppExceptionWithCpp
:(
const
std
::
shared_ptr
<
CppException
>
&
)
cppRef
;
+
(
id
)
cppExceptionWithCpp
:(
const
std
::
shared_ptr
<
CppException
>
&
)
cppRef
;
-
(
id
)
initWithCpp
:(
const
std
::
shared_ptr
<
CppException
>
&
)
cppRef
;
@end
@end
test-suite/generated-src/objc/DBTestHelpersCppProxy+Private.h
View file @
3ccbc162
...
@@ -14,6 +14,4 @@
...
@@ -14,6 +14,4 @@
+
(
id
)
testHelpersWithCpp
:(
const
std
::
shared_ptr
<
TestHelpers
>
&
)
cppRef
;
+
(
id
)
testHelpersWithCpp
:(
const
std
::
shared_ptr
<
TestHelpers
>
&
)
cppRef
;
-
(
id
)
initWithCpp
:(
const
std
::
shared_ptr
<
TestHelpers
>
&
)
cppRef
;
@end
@end
test-suite/generated-src/objc/DBTokenCppProxy+Private.h
View file @
3ccbc162
...
@@ -14,6 +14,4 @@
...
@@ -14,6 +14,4 @@
+
(
id
)
tokenWithCpp
:(
const
std
::
shared_ptr
<
Token
>
&
)
cppRef
;
+
(
id
)
tokenWithCpp
:(
const
std
::
shared_ptr
<
Token
>
&
)
cppRef
;
-
(
id
)
initWithCpp
:(
const
std
::
shared_ptr
<
Token
>
&
)
cppRef
;
@end
@end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment