Search code examples
Define a record type in PL/SQL block that references a collection of itself...

oracle-databaseplsqlforward-declarationhoisting

Read More
I'm having some difficulty understanding [basic.scope.pdecl]/7...

c++language-lawyerforward-declaration

Read More
Objective-C: Forward Class Declaration...

objective-cc-preprocessorforward-declaration

Read More
How to correctly forward declare struct with "using XXX"?...

c++includetypedefusingforward-declaration

Read More
Is it possible to forward declare a static const int in the same header?...

cforward-declaration

Read More
Can I forward-declare names -defined in other header in a header files?...

c++forward-declaration

Read More
error message: Incomplete type in nested name specifier...

c++forward-declaration

Read More
'Cashier' was not declared in this scope...

c++forward-declaration

Read More
Redeclaration Error in C++ when using extern...

c++compiler-errorsscopeglobal-variablesforward-declaration

Read More
C++ more than one instance of overloaded function matches the argument list when creating a header f...

c++linker-errorsheader-filesforward-declarationfunction-signature

Read More
Forward declared enum as class member variable...

c++forward-declarationenum-class

Read More
Resolving a Forward Declaration Issue Involving a State Machine in C++...

c++design-patternscircular-dependencyforward-declarationstate-pattern

Read More
How to declare a zeromq socket in a cpp class...

c++classzeromqforward-declaration

Read More
Fixing circular dependencies c++17 headers...

c++clangforward-declaration

Read More
Can I omit non-public inheritance for forward-declaration of classes?...

c++inheritancestandardsforward-declarationprivate-inheritance

Read More
C++ forward declarations with multiple classes, derived class...

c++derived-classforward-declaration

Read More
Template method accesses forward declared class fails to compile only without this pointer...

c++templatesthislanguage-lawyerforward-declaration

Read More
Breaking cyclic references more elegant in C++...

c++declarationforward-declarationcyclic-reference

Read More
Which STL data structures with an incomplete type stored can be used as a class member?...

c++stlc++17standardsforward-declaration

Read More
How can I avoid including a class stored as a field in a data structure?...

c++nestedincludeforward-declarationdesign-decisions

Read More
Guaranteed copy elision and forward declaration of returned type...

c++forward-declarationcopy-elision

Read More
Substitute the forward declared struct with lately defined struct...

c++namespacestypedefforward-declaration

Read More
Hiding a C++ class in a header without using the unnamed namespace...

c++namespacesheaderforward-declarationpimpl-idiom

Read More
In C++, is it possible to forward declare a class as inheriting from another class?...

c++inheritanceforward-declaration

Read More
C++11 Enum forward causes "underlying type mismatch"...

c++c++11gccg++forward-declaration

Read More
How do I reference a static data in C that appears after the function that needs it?...

cstaticforward-declarationlinkage

Read More
How to solve this forward class declaration problem?...

c++forward-declaration

Read More
Co-Dependent .h files with forward declaration...

c++header-filesforward-declaration

Read More
How to inherit from a class that has been declared forwardly...

c++inheritanceheader-filesforward-declarationincomplete-type

Read More
Clang error: member access into incomplete type...

c++11namespacesc++17circular-dependencyforward-declaration

Read More
BackNext