|
|
|
| | BOOST_STATIC_ASSERT (sizeof(vector< int >)==sizeof(void *)) |
| |
| | BOOST_STATIC_ASSERT (sizeof(string_t)==sizeof(vector< char >)) |
| |
| | BOOST_STATIC_ASSERT (sizeof(string16_t)==sizeof(vector< boost::uint16_t >)) |
| |
| template<typename T > |
| bool | get_value (const dictionary_t &dict, name_t key, T &value) |
| |
| bool | get_value (const dictionary_t &dict, name_t key, any_regular_t &value) |
| |
| const any_regular_t & | get_value (const dictionary_t &dict, name_t key) |
| |
| std::size_t | hash_value (name_t name) |
| |
| template<typename F > |
| bool | operator!= (const function< F > &x, null_ptr_t) |
| |
| template<typename F > |
| bool | operator!= (null_ptr_t, const function< F > &x) |
| |
| string_t | operator+ (string_t s1, const string_t &s2) |
| |
| string_t | operator+ (string_t s1, const std::string &s2) |
| |
| string_t | operator+ (string_t s1, const char *s2) |
| |
| string16_t | operator+ (string16_t s1, const string16_t &s2) |
| |
| string16_t | operator+ (string16_t s1, const boost::uint16_t *s2) |
| |
| bool | operator< (const name_t &x, const name_t &y) |
| |
| std::ostream & | operator<< (std::ostream &stream, const empty_t &) |
| |
| std::ostream & | operator<< (std::ostream &out, const dictionary_t &x) |
| |
| std::ostream & | operator<< (std::ostream &os, const name_t &t) |
| |
| template<typename T , typename A > |
| std::ostream & | operator<< (std::ostream &out, const vector< T, A > &x) |
| |
| std::ostream & | operator<< (std::ostream &os, const string_t &t) |
| |
| bool | operator== (const name_t &x, const name_t &y) |
| |
| template<typename F > |
| bool | operator== (const function< F > &x, null_ptr_t) |
| |
| template<typename F > |
| bool | operator== (null_ptr_t, const function< F > &x) |
| |
| template<typename T > |
| void | push_back (array_t &v, T x) |
| |
| void | push_back (array_t &v, any_regular_t x) |
| |
| template<typename T > |
| type_info_t | type_info () |
| |
| template<typename T > |
| type_info_t | type_info (const T &) |
| |
| template<typename T > |
| type_info_t | type_info (T &) |
| |
| adobe::version_1::BOOST_STATIC_ASSERT |
( |
sizeof(vector< int >) |
= =sizeof(void *) | ) |
|
| adobe::version_1::BOOST_STATIC_ASSERT |
( |
sizeof(string_t) |
= =sizeof(vector< char >) | ) |
|
| adobe::version_1::BOOST_STATIC_ASSERT |
( |
sizeof(string16_t) |
= =sizeof(vector< boost::uint16_t >) | ) |
|
| std::ostream& adobe::version_1::operator<< |
( |
std::ostream & |
out, |
|
|
const dictionary_t & |
x |
|
) |
| |
| std::ostream& adobe::version_1::operator<< |
( |
std::ostream & |
os, |
|
|
const name_t & |
t |
|
) |
| |
| std::ostream& adobe::version_1::operator<< |
( |
std::ostream & |
out, |
|
|
const vector< T, A > & |
x |
|
) |
| |
| std::ostream& adobe::version_1::operator<< |
( |
std::ostream & |
os, |
|
|
const string_t & |
t |
|
) |
| |
| void adobe::version_1::push_back |
( |
array_t & |
v, |
|
|
T |
x |
|
) |
| |
|