C++ cling - any function like python's dir on the repl?

117 Views Asked by At

Is there a way to list an objects properties and methods like python's dir?

https://docs.python.org/2/library/functions.html#dir

1

There are 1 best solutions below

0
On

.g would do something similar. Use .help for more information at the cling command prompt.