MCPcopy Create free account
hub / github.com/chokkan/crfsuite / GCItem_Object

Class GCItem_Object

swig/python/export_wrap.cpp:3085–3102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3083 };
3084
3085 struct GCItem_Object : GCItem
3086 {
3087 GCItem_Object(int own) : _own(own)
3088 {
3089 }
3090
3091 virtual ~GCItem_Object()
3092 {
3093 }
3094
3095 int get_own() const
3096 {
3097 return _own;
3098 }
3099
3100 private:
3101 int _own;
3102 };
3103
3104 template <typename Type>
3105 struct GCItem_T : GCItem

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected