MCPcopy Create free account
hub / github.com/bloomberg/pystack / GenericObject

Class GenericObject

src/pystack/_pystack/pytypes.h:101–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99};
100
101class GenericObject
102{
103 public:
104 GenericObject(remote_addr_t addr, std::string classname);
105
106 // Methods
107 std::string toString(ssize_t max_size) const;
108
109 private:
110 remote_addr_t d_addr;
111 std::string d_classname;
112};
113
114class NoneObject
115{

Callers 1

toConcreteObjectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected