Hi, I read the NOX source code recently. I see this line: Kernel* kernel = Kernel::get_instance(); I can just find the this definination int kernel.hh:"static Kernel* get_instance();" I want to know how get_instance() function implemented. Which file implements this function that I can reference? Or it is just an interface and I just have to know how to use it?
Thanks! Chen Yang 2012-05-11 chenyangseamoon
