Home | History | Annotate | Download | only in doc

Lines Matching full:namespace

1 This document present the STLport namespace schema and give additionnal
5 1. What is the STLport namespace ?
7 As STLport is a C++ Standard library implementation the STLport namespace
20 namespace std
50 instance that is not in the std namespace. The good news is that this drawback is easy
54 those headers will replace std with the STLport namespace.
56 The advantage of this macro replacement is that we can customize the STLport namespace
60 this option the namespace is different so that it will generate link time error rather
63 3. Why not having use namespace injection ?
66 use namespace injection:
68 namespace std
70 using namespace stlport;
79 be done in the same namespace as the main template declaration:
82 namespace stlport
95 namespace std
103 As you can see the specialization is not in the STLport less namespace and it
106 4. What is the STLport specific namespace ?
108 The official STLport namespace is: stlport. Once again this is not the real namespace
109 where all the Standard stuff are. As the real STLport namespace change depending on compilation
110 options you cannot use it directly. So stlport is an alias of the real STLport namespace.
115 default STLport namespace is: stlp_std. Here is the list of the customized namespaces:
125 There is also an other STLport namespace for STLport internal functions or struct/class: priv.
127 namespace stlport
129 namespace priv