Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.152
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
swig /
2.0.10 /
std /
[ HOME SHELL ]
Name
Size
Permission
Action
_std_deque.i
4.32
KB
-rw-r--r--
std_alloc.i
1.97
KB
-rw-r--r--
std_basic_string.i
6.34
KB
-rw-r--r--
std_carray.swg
1.38
KB
-rw-r--r--
std_char_traits.i
3.12
KB
-rw-r--r--
std_common.i
4.88
KB
-rw-r--r--
std_container.i
2.42
KB
-rw-r--r--
std_deque.i
3.42
KB
-rw-r--r--
std_except.i
1.1
KB
-rw-r--r--
std_ios.i
5.03
KB
-rw-r--r--
std_iostream.i
8.65
KB
-rw-r--r--
std_list.i
3.77
KB
-rw-r--r--
std_map.i
3.48
KB
-rw-r--r--
std_multimap.i
2.78
KB
-rw-r--r--
std_multiset.i
2.47
KB
-rw-r--r--
std_pair.i
3.59
KB
-rw-r--r--
std_queue.i
3.43
KB
-rw-r--r--
std_set.i
3.13
KB
-rw-r--r--
std_sstream.i
5.2
KB
-rw-r--r--
std_stack.i
3.4
KB
-rw-r--r--
std_streambuf.i
1.7
KB
-rw-r--r--
std_string.i
219
B
-rw-r--r--
std_vector.i
6.01
KB
-rw-r--r--
std_vectora.i
147
B
-rw-r--r--
std_wios.i
90
B
-rw-r--r--
std_wiostream.i
100
B
-rw-r--r--
std_wsstream.i
98
B
-rw-r--r--
std_wstreambuf.i
102
B
-rw-r--r--
std_wstring.i
249
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : std_pair.i
%include <std_common.i> %{ #include <utility> %} namespace std { template <class T, class U > struct pair { typedef T first_type; typedef U second_type; %traits_swigtype(T); %traits_swigtype(U); %fragment(SWIG_Traits_frag(std::pair<T,U >), "header", fragment=SWIG_Traits_frag(T), fragment=SWIG_Traits_frag(U), fragment="StdPairTraits") { namespace swig { template <> struct traits<std::pair<T,U > > { typedef pointer_category category; static const char* type_name() { return "std::pair<" #T "," #U " >"; } }; } } #ifndef SWIG_STD_PAIR_ASVAL %typemap_traits_ptr(SWIG_TYPECHECK_PAIR, std::pair<T,U >); #else %typemap_traits(SWIG_TYPECHECK_PAIR, std::pair<T,U >); #endif pair(); pair(T first, U second); pair(const pair& p); template <class U1, class U2> pair(const pair<U1, U2> &p); T first; U second; #ifdef %swig_pair_methods // Add swig/language extra methods %swig_pair_methods(std::pair<T,U >) #endif }; // *** // The following specializations should disappear or get // simplified when a 'const SWIGTYPE*&' can be defined // *** template <class T, class U > struct pair<T, U*> { typedef T first_type; typedef U* second_type; %traits_swigtype(T); %traits_swigtype(U); %fragment(SWIG_Traits_frag(std::pair<T,U* >), "header", fragment=SWIG_Traits_frag(T), fragment=SWIG_Traits_frag(U), fragment="StdPairTraits") { namespace swig { template <> struct traits<std::pair<T,U* > > { typedef pointer_category category; static const char* type_name() { return "std::pair<" #T "," #U " * >"; } }; } } %typemap_traits_ptr(SWIG_TYPECHECK_PAIR, std::pair<T,U* >); pair(); pair(T __a, U* __b); pair(const pair& __p); T first; U* second; #ifdef %swig_pair_methods // Add swig/language extra methods %swig_pair_methods(std::pair<T,U*>) #endif }; template <class T, class U > struct pair<T*, U> { typedef T* first_type; typedef U second_type; %traits_swigtype(T); %traits_swigtype(U); %fragment(SWIG_Traits_frag(std::pair<T*,U >), "header", fragment=SWIG_Traits_frag(T), fragment=SWIG_Traits_frag(U), fragment="StdPairTraits") { namespace swig { template <> struct traits<std::pair<T*,U > > { typedef pointer_category category; static const char* type_name() { return "std::pair<" #T " *," #U " >"; } }; } } %typemap_traits_ptr(SWIG_TYPECHECK_PAIR, std::pair<T*,U >); pair(); pair(T* __a, U __b); pair(const pair& __p); T* first; U second; #ifdef %swig_pair_methods // Add swig/language extra methods %swig_pair_methods(std::pair<T*,U >) #endif }; template <class T, class U > struct pair<T*, U*> { typedef T* first_type; typedef U* second_type; %traits_swigtype(T); %traits_swigtype(U); %fragment(SWIG_Traits_frag(std::pair<T*,U* >), "header", fragment=SWIG_Traits_frag(T), fragment=SWIG_Traits_frag(U), fragment="StdPairTraits") { namespace swig { template <> struct traits<std::pair<T*,U* > > { typedef pointer_category category; static const char* type_name() { return "std::pair<" #T " *," #U " * >"; } }; } } %typemap_traits(SWIG_TYPECHECK_PAIR, std::pair<T*,U* >); pair(); pair(T* __a, U* __b); pair(const pair& __p); T* first; U* second; #ifdef %swig_pair_methods // Add swig/language extra methods %swig_pair_methods(std::pair<T*,U*>) #endif }; }
Close