Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Forward declaration with namespace?


Chronological Thread 
  • From: Li-Ta Lo < >
  • To:
  • Subject: [Manta] Forward declaration with namespace?
  • Date: Fri, 06 Jun 2008 11:35:41 -0600
  • Organization: Los Alamos National Lab

Hi,

How can I do a forward declaration for Manta classes without including
those header files? This is complicated by the fact that every Manta
class is in the Manta namespace. I tried something like

using namespace Manta;
class Manta::Group;

but the compiler doesn't like it.

Ollie
 




Archive powered by MHonArc 2.6.16.

Top of page