Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::math::vector::PrintVectorEx Function
C++
MATHLIB_EXPORT void PrintVectorEx(CTEXTSTR lpName, PCVECTOR v DBG_PASS);
#define PrintVector(v) PrintVectorEx( WIDE(#v), v DBG_SRC )
Parameters 
Description 
CTEXTSTR lpName 
text leader to print before the vector
vector to log 

Logs the vector and leader to log. the leader is called lpName, cause it was inteded to be used by just the vector name.

PrintVector( _X );
// expands to
PrintVectorEx( "_X", _X DBG_SRC );
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!