Adobe Source Libraries
1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
class_template.hpp
Go to the documentation of this file.
1
/*
2
Copyright 2013 Adobe
3
Distributed under the Boost Software License, Version 1.0.
4
(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
*/
6
7
namespace
adobe
{
8
9
class
my_class_t
{
10
public
:
11
typedef
int
my_associated_type_t
;
12
13
my_class_t
();
14
15
adobe::my_return_t
my_function
(
const
adobe::my_parameter_t& a,
const
adobe::my_parameter_t& b);
16
17
my_associated_type_t
my_variable_m
;
18
};
19
}
// namespace adobe
adobe::my_class_t::my_variable_m
my_associated_type_t my_variable_m
Definition
class_template.hpp:17
adobe::my_class_t::my_associated_type_t
int my_associated_type_t
Definition
class_template.hpp:11
adobe::my_class_t::my_class_t
my_class_t()
Default constructor. See DefaultConstructible.
adobe::my_class_t::my_function
adobe::my_return_t my_function(const adobe::my_parameter_t &a, const adobe::my_parameter_t &b)
A one-line synopsis of this member function.
adobe
Definition
class_template.hpp:7
documentation
templates
class_template.hpp
Generated by
1.14.0