Documentation
Overview
Building ASL
Documentation
Library Wiki Docs
Indices
Browse Perforce
More Info
Release Notes
Wiki
Site Search
License
Success Stories
Contributors
Media
Download
Perforce Depots
Support
ASL SourceForge Home
Mailing Lists
Discussion Forums
Report Bugs
Suggest Features
Contribute to ASL
RSS
Short-text news
Full-text news
File releases
Other Adobe Projects
Open @ Adobe
Adobe Open Source
Adobe Labs
Adobe Media Gallery
C++ Benchmarks
Other Resources
Boost
RIAForge
SGI STL
templates
class_template.hpp
Go to the documentation of this file.
1
namespace
adobe {
2
3
class
my_class_t
4
{
5
public
:
6
typedef
int
my_associated_type_t
;
7
8
my_class_t
();
9
10
adobe::my_return_t
my_function
(
const
adobe::my_parameter_t& a,
11
const
adobe::my_parameter_t& b);
12
13
my_associated_type_t
my_variable_m
;
14
};
15
16
}