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
7namespace adobe {
8
9class my_class_t {
10public:
12
14
15 adobe::my_return_t my_function(const adobe::my_parameter_t& a, const adobe::my_parameter_t& b);
16
18};
19} // namespace adobe
my_associated_type_t my_variable_m
my_class_t()
Default constructor. See DefaultConstructible.
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.