JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.2: C++ User's Guide
search filter icon
search icon

Document Information

Preface

Part I C++ Compiler

1.  The C++ Compiler

2.  Using the C++ Compiler

3.  Using the C++ Compiler Options

Part II Writing C++ Programs

4.  Language Extensions

5.  Program Organization

6.  Creating and Using Templates

7.  Compiling Templates

8.  Exception Handling

9.  Improving Program Performance

10.  Building Multithreaded Programs

Part III Libraries

11.  Using Libraries

12.  Using The C++ Standard Library

13.  Using the Classic iostream Library

14.  Using the Complex Arithmetic Library

15.  Building Libraries

Part IV Appendixes

A.  C++ Compiler Options

B.  Pragmas

Glossary

Index

Numbers and Symbols

A

B

C

D

E

F

G

H

I

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Z

T

tcov, -xprofile, A.2.170 –xprofile=p
-temp=dir, compiler option, A.2.91 –temp=path
-template, compiler option
7.2.2 Whole-Class Instantiation
7.5 Template Definition Searching
A.2.92 –template=opt[,opt…]
template definition
included, 5.2.1 Template Definitions Included
search path, 7.5.2 Definitions Search Path
separate, 5.2.2 Template Definitions Separate
separate, file, 7.5.1 Source File Location Conventions
troubleshooting a search for definitions, 7.5.3 Troubleshooting a Problematic Search
template instantiation, 6.3 Template Instantiation
explicit, 6.3.2 Explicit Template Instantiation
function, 6.3.2 Explicit Template Instantiation
implicit, 6.3.1 Implicit Template Instantiation
whole-class, 7.2.2 Whole-Class Instantiation
template pre-linker, compilation component, 2.4.6 Understanding the Compiler Organization
template problems, 6.7 Template Problem Areas
friend declarations of template functions, 6.7.3 Friend Declarations of Template Functions
local types as arguments, 6.7.2 Local Types as Template Arguments
non-local name resolution and instantiation, 6.7.1 Nonlocal Name Resolution and Instantiation
static objects, referencing, 6.7.6 Referencing Static Variables and Static Functions
troubleshooting a search for definitions, 7.5.3 Troubleshooting a Problematic Search
using qualified names in template definitions, 6.7.4 Using Qualified Names Within Template Definitions
templates
cache directory, 2.3 Compiling With Different Compiler Versions
commands, 7.2 Repository Administration
compilation, 7.3 External Instances
definitions-separate vs. definitions-included organization, 7.5 Template Definition Searching
inline, A.2.138 -xlibmil
instance methods
7.2.4 Template Instance Placement and Linkage
7.4.5 Template Instance Automatic Consistency With -instances=extern
linking, 2.4.3 Consistent Compiling and Linking
nested, 6.4 Template Composition
partial specialization, 6.6.4 Partial Specialization
repositories, 7.4 The Template Repository
source files, 7.5.1 Source File Location Conventions
specialization, 6.6 Template Specialization
Standard Template Library (STL), Using The C++ Standard Library
static objects, referencing, 6.7.6 Referencing Static Variables and Static Functions
troubleshooting a search for definitions, 7.5.3 Troubleshooting a Problematic Search
verbose compilation, 7.1 Verbose Compilation
terminate() function, 10.2 Using Exceptions in a Multithreaded Program
thr_keycreate, man pages, 10.4.5 Object Locks
__thread, 4.2 Thread-Local Storage
thread local storage of variables, 4.2 Thread-Local Storage
-time, compiler option, A.2.93 –time
Tools.h++
classic and standard iostreams, 11.2.1 C++ Library Descriptions
compiler options, 11.4.3 Linking C++ Libraries
debug library, 11.2 Libraries Provided With the C++ Compiler
documentation, 11.2.1 C++ Library Descriptions
standard and compatibility mode, 11.2.1 C++ Library Descriptions
-traceback, compiler option, A.2.94 -traceback[={%none|common|signals_list}]
traceback, A.2.94 -traceback[={%none|common|signals_list}]
trapping mode, A.2.28 -ftrap=t[,t...]
trigonometric functions, complex arithmetic library, 14.3 Mathematical Functions
trigraph sequences, recognizing, A.2.184 -xtrigraphs[={yes|no}]